Information about plays

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

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

{
    "id": 458904,
    "uri": "https://api.kexp.org/v2/plays/458904/?format=api",
    "airdate": "2001-08-23T20:42:00-07:00",
    "show": 7778,
    "show_uri": "https://api.kexp.org/v2/shows/7778/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41TEXH6N84L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41TEXH6N84L._SL75_.jpg",
    "song": "Waitin' 'Round to Die",
    "track_id": "c2f5151a-7473-485b-8e0c-8a7d7844e3fc",
    "recording_id": null,
    "artist": "Pat Haney",
    "artist_ids": [
        "d7ecf11c-bc65-4679-b479-573b022ebfc7"
    ],
    "album": "Poet: A Tribute to Townes Van Zandt",
    "release_id": "ef54e0c2-80f2-444b-b123-97484b94fa9f",
    "release_group_id": null,
    "labels": [
        "FreeFalls"
    ],
    "label_ids": [],
    "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"
}