Information about plays

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

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

{
    "id": 437753,
    "uri": "https://api.kexp.org/v2/plays/437753/?format=api",
    "airdate": "2001-06-23T11:55:12-07:00",
    "show": 7372,
    "show_uri": "https://api.kexp.org/v2/shows/7372/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51yjHW%2BtCsL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51yjHW%2BtCsL._SL75_.jpg",
    "song": "Tom Drunk",
    "track_id": "20a31c39-022e-424f-9379-3a36daf1a801",
    "recording_id": null,
    "artist": "U-Roy",
    "artist_ids": [
        "c40fa847-7501-4eee-9a20-12d5d1c5c0db"
    ],
    "album": "Version of Wisdom",
    "release_id": "d94fd4fe-845e-4f8d-9d48-c5d35e1463c9",
    "release_group_id": null,
    "labels": [
        "Soundbwoy"
    ],
    "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"
}