Information about plays

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

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

{
    "id": 534682,
    "uri": "https://api.kexp.org/v2/plays/534682/?format=api",
    "airdate": "2002-04-04T19:37:13-08:00",
    "show": 9262,
    "show_uri": "https://api.kexp.org/v2/shows/9262/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51RAVGH16JL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51RAVGH16JL._SL75_.jpg",
    "song": "Three Cigarettes In An Ashtray",
    "track_id": "c1e331a3-32c6-427c-8da7-0b8a710dadb2",
    "recording_id": null,
    "artist": "Patsy Cline",
    "artist_ids": [
        "ad82dd72-0df3-4a09-8d7a-1af9c9e80522"
    ],
    "album": "The Patsy Cline Collection",
    "release_id": "b270ef63-f5eb-4fcb-8e90-c5054c9947a0",
    "release_group_id": null,
    "labels": [
        "MCA"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}