Information about plays

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

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

{
    "id": 370449,
    "uri": "https://api.kexp.org/v2/plays/370449/?format=api",
    "airdate": "2019-08-21T15:58:30-07:00",
    "show": 6173,
    "show_uri": "https://api.kexp.org/v2/shows/6173/?format=api",
    "image_uri": "http://coverartarchive.org/release/7072100e-d8f1-4b7d-bcd3-c6d7f6c35d68/19164247251-250.jpg",
    "thumbnail_uri": "",
    "song": "Babooshka",
    "track_id": "36eef910-5d80-4d8c-87d7-f75595a73b75",
    "recording_id": null,
    "artist": "Kate Bush",
    "artist_ids": [
        "4b585938-f271-45e2-b19a-91c634b5e396"
    ],
    "album": "Never for Ever",
    "release_id": "7072100e-d8f1-4b7d-bcd3-c6d7f6c35d68",
    "release_group_id": null,
    "labels": [
        "EMI America"
    ],
    "label_ids": [
        "4881ac0f-1a15-4dd9-8b64-1c39a68edd33"
    ],
    "release_date": "1990-10-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "http://www.katebush.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}