Information about plays

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

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

{
    "id": 1316194,
    "uri": "https://api.kexp.org/v2/plays/1316194/?format=api",
    "airdate": "2007-12-19T20:00:11-08:00",
    "show": 23016,
    "show_uri": "https://api.kexp.org/v2/shows/23016/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "When the Saints Go Marching In",
    "track_id": null,
    "recording_id": null,
    "artist": "Helen Humes",
    "artist_ids": [
        "60e492fd-d953-4de0-a6d1-2d5d27f2e0bb"
    ],
    "album": "VA- Oxford American - 2005 Southern Music",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "American Recordings"
    ],
    "label_ids": [
        "f5be9cfe-e1af-405c-a074-caeaed6797c0"
    ],
    "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"
}