Information about plays

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

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

{
    "id": 415403,
    "uri": "https://api.kexp.org/v2/plays/415403/?format=api",
    "airdate": "2001-04-16T17:11:15-07:00",
    "show": 6931,
    "show_uri": "https://api.kexp.org/v2/shows/6931/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/417DG94AW1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/417DG94AW1L._SL75_.jpg",
    "song": "Sybil's Blues",
    "track_id": "1a9e856e-18bf-4206-8785-3636f23fa222",
    "recording_id": null,
    "artist": "Russell Gunn",
    "artist_ids": [
        "fb2dc470-04ef-4fc1-8420-648f91798c17"
    ],
    "album": "Ethnomusicology, Volume 1",
    "release_id": "1b562101-4045-494d-bdb6-46cae2a6e1c5",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "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"
}