Information about plays

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

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

{
    "id": 382390,
    "uri": "https://api.kexp.org/v2/plays/382390/?format=api",
    "airdate": "2019-09-18T07:18:06-07:00",
    "show": 6364,
    "show_uri": "https://api.kexp.org/v2/shows/6364/?format=api",
    "image_uri": "http://coverartarchive.org/release/81578ee7-1798-4ddf-9069-9ed191ad2377/4769118934-250.jpg",
    "thumbnail_uri": "",
    "song": "(What’s So Funny ’Bout) Peace, Love & Understanding",
    "track_id": "d6949ee6-77b4-3606-88ee-f0ea0413009e",
    "recording_id": null,
    "artist": "Elvis Costello & The Attractions",
    "artist_ids": [
        "0ffb6573-a98e-412e-aa01-0a580e9d8b06"
    ],
    "album": "The Very Best of Elvis Costello",
    "release_id": "81578ee7-1798-4ddf-9069-9ed191ad2377",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2001-04-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The title of this song was referenced in was referenced in Cameron Crowe’s movie \"Singles.\" - https://www.youtube.com/watch?v=0PP5ENgXLiI&feature=youtu.be",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}