Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/417475/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 417475,
    "uri": "https://api.kexp.org/v2/plays/417475/?format=api",
    "airdate": "2001-04-23T16:17:38-07:00",
    "show": 6972,
    "show_uri": "https://api.kexp.org/v2/shows/6972/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/211XPRYEPBL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/211XPRYEPBL._SL75_.jpg",
    "song": "Midnight in the Stratosphere",
    "track_id": "0145f047-571a-4333-be9b-c967595bd6b1",
    "recording_id": null,
    "artist": "Unisex",
    "artist_ids": [
        "70040f02-e97f-4070-b667-abc3e325a8e5"
    ],
    "album": "Stratosfear",
    "release_id": "c206e27d-e16a-4f72-9b65-53955c9eb155",
    "release_group_id": null,
    "labels": [
        "Double Agent"
    ],
    "label_ids": [
        "f688c9e2-18a4-490d-9f3e-d76bef7a1b31"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}