Information about plays

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

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

{
    "id": 370598,
    "uri": "https://api.kexp.org/v2/plays/370598/?format=api",
    "airdate": "2019-08-21T22:58:24-07:00",
    "show": 6175,
    "show_uri": "https://api.kexp.org/v2/shows/6175/?format=api",
    "image_uri": "http://coverartarchive.org/release/e4cef835-f2ac-48df-8407-b38ac4ec9969/22564414072-250.jpg",
    "thumbnail_uri": "",
    "song": "Gobbledigook",
    "track_id": "46ef9700-277e-33cd-ad87-943ee5973906",
    "recording_id": null,
    "artist": "Sigur Rós",
    "artist_ids": [
        "f6f2326f-6b25-4170-b89d-e235b25508e8"
    ],
    "album": "Með suð í eyrum við spilum endalaust",
    "release_id": "e4cef835-f2ac-48df-8407-b38ac4ec9969",
    "release_group_id": null,
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2008-06-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}