Information about plays

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

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

{
    "id": 353740,
    "uri": "https://api.kexp.org/v2/plays/353740/?format=api",
    "airdate": "2019-07-13T03:26:10-07:00",
    "show": 5892,
    "show_uri": "https://api.kexp.org/v2/shows/5892/?format=api",
    "image_uri": "http://coverartarchive.org/release/1ec03b0e-837a-44a7-8aa8-988651c7c82b/14805394414-250.jpg",
    "thumbnail_uri": "",
    "song": "Salam Nubia",
    "track_id": "70051130-de03-430c-8b8e-b4ce8f61596c",
    "recording_id": null,
    "artist": "Alsarah & The Nubatones",
    "artist_ids": [
        "3e6c62cf-6163-48f1-b493-e8633563e3b4"
    ],
    "album": "Manara",
    "release_id": "1ec03b0e-837a-44a7-8aa8-988651c7c82b",
    "release_group_id": null,
    "labels": [
        "Wonderwheel Recordings"
    ],
    "label_ids": [
        "dc6e6168-8e93-4cfa-b0d6-dfa68a1adae3"
    ],
    "release_date": "2016-09-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}