Information about plays

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

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

{
    "id": 435617,
    "uri": "https://api.kexp.org/v2/plays/435617/?format=api",
    "airdate": "2001-06-17T14:30:00-07:00",
    "show": 7334,
    "show_uri": "https://api.kexp.org/v2/shows/7334/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/514lA4DUx5L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/514lA4DUx5L._SL75_.jpg",
    "song": "I'm My Own Grandpa",
    "track_id": "8d65a99c-ecda-4dd0-b41f-999dff0a4688",
    "recording_id": null,
    "artist": "Willie Nelson",
    "artist_ids": [
        "668fd73c-bf54-4310-a139-305517f05311"
    ],
    "album": "Rainbow Connection",
    "release_id": "b1b0cd55-4587-4dda-98e0-3e5609a19dd3",
    "release_group_id": null,
    "labels": [
        "Island Records"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2001-06-12",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}