Information about plays

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

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

{
    "id": 429724,
    "uri": "https://api.kexp.org/v2/plays/429724/?format=api",
    "airdate": "2001-05-30T19:44:12-07:00",
    "show": 7222,
    "show_uri": "https://api.kexp.org/v2/shows/7222/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41WVMG5P7WL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41WVMG5P7WL._SL75_.jpg",
    "song": "it's a cheatin' situation",
    "track_id": null,
    "recording_id": null,
    "artist": "John Prine",
    "artist_ids": [
        "e86492c1-0376-4df0-8042-8ba058c83960"
    ],
    "album": "In Spite of Ourselves",
    "release_id": "983d5a36-bf7e-42ac-9221-54bc70a85f80",
    "release_group_id": null,
    "labels": [
        "Oh Boy Records"
    ],
    "label_ids": [
        "479ff113-194d-4606-83cd-ab3386907c87"
    ],
    "release_date": "1999-09-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}