Information about plays

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

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

{
    "id": 416474,
    "uri": "https://api.kexp.org/v2/plays/416474/?format=api",
    "airdate": "2001-04-19T18:11:25-07:00",
    "show": 6950,
    "show_uri": "https://api.kexp.org/v2/shows/6950/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51uo%2BDCTLcL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51uo%2BDCTLcL._SL75_.jpg",
    "song": "My Baby Don't Dance to Nothing but Ernest Tubb",
    "track_id": null,
    "recording_id": null,
    "artist": "Junior Brown",
    "artist_ids": [
        "de38023a-2fd6-443a-a18a-97fcdf48d6df"
    ],
    "album": "12 Shades of Brown",
    "release_id": "a736e7fa-1c78-4cc2-96b9-9fc143f53e25",
    "release_group_id": null,
    "labels": [
        "Curb Records"
    ],
    "label_ids": [
        "1811d7d5-e3fa-41be-b457-666bd939f2a7"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}