Information about plays

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

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

{
    "id": 347420,
    "uri": "https://api.kexp.org/v2/plays/347420/?format=api",
    "airdate": "2019-06-28T12:57:47-07:00",
    "show": 5785,
    "show_uri": "https://api.kexp.org/v2/shows/5785/?format=api",
    "image_uri": "http://coverartarchive.org/release/69e5e08e-5d8d-42be-b78b-88927f5e217c/10036496489-250.jpg",
    "thumbnail_uri": "",
    "song": "I Don't Need No Doctor",
    "track_id": "464ae374-06a7-4982-9461-3987896ee54d",
    "recording_id": null,
    "artist": "The Sonics",
    "artist_ids": [
        "16346cf4-4d2b-40ec-8393-0fc7296d92fe"
    ],
    "album": "This is the Sonics",
    "release_id": "69e5e08e-5d8d-42be-b78b-88927f5e217c",
    "release_group_id": null,
    "labels": [
        "Re»»Vox"
    ],
    "label_ids": [
        "ff0add50-d7cd-412b-a35a-eecaf0a075f7"
    ],
    "release_date": "2015-03-31",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}