Information about plays

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

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

{
    "id": 346381,
    "uri": "https://api.kexp.org/v2/plays/346381/?format=api",
    "airdate": "2019-06-26T07:44:11-07:00",
    "show": 5773,
    "show_uri": "https://api.kexp.org/v2/shows/5773/?format=api",
    "image_uri": "http://coverartarchive.org/release/433caf55-ee9d-4ee4-a33d-fce4ba3355c6/15404660426-250.jpg",
    "thumbnail_uri": "",
    "song": "You Are Invited",
    "track_id": "20b31bf7-4203-3f39-ae37-f87cb360ace5",
    "recording_id": null,
    "artist": "The Dismemberment Plan",
    "artist_ids": [
        "1131e5da-dfdf-46c9-b6ff-b7ac552c2a3c"
    ],
    "album": "Emergency & I",
    "release_id": "433caf55-ee9d-4ee4-a33d-fce4ba3355c6",
    "release_group_id": null,
    "labels": [
        "DeSoto Records"
    ],
    "label_ids": [
        "c8e08325-47ac-4841-997c-4fced14ed8c2"
    ],
    "release_date": "1999-10-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Dismemberment Plan performed this song live for us in 2013 at The Triple Door! Watch here: https://www.youtube.com/watch?v=stPcpvQjozo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}