Information about plays

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

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

{
    "id": 435267,
    "uri": "https://api.kexp.org/v2/plays/435267/?format=api",
    "airdate": "2001-06-16T10:27:00-07:00",
    "show": 7326,
    "show_uri": "https://api.kexp.org/v2/shows/7326/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61TXMEV8H3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61TXMEV8H3L._SL75_.jpg",
    "song": "Dreader Mafia",
    "track_id": "794d2c07-cf94-41c1-bbc4-84bc15bfbb31",
    "recording_id": null,
    "artist": "Shuffy and Wally",
    "artist_ids": [
        "6570434a-e344-475d-abd5-1f377154549a"
    ],
    "album": "Joe Gibbs Productions: Roots Culture DJ's and the Birth of Dancehall",
    "release_id": "2807dced-a0f5-4358-ac79-deac9ccf2387",
    "release_group_id": null,
    "labels": [
        "Joe Gibbs"
    ],
    "label_ids": [
        "562874a3-94e5-49f5-92b6-d677433bf874"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}