Information about plays

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

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

{
    "id": 2682910,
    "uri": "https://api.kexp.org/v2/plays/2682910/?format=api",
    "airdate": "2020-01-06T16:18:42-08:00",
    "show": 46308,
    "show_uri": "https://api.kexp.org/v2/shows/46308/?format=api",
    "image_uri": "https://coverartarchive.org/release/25e09e99-26cb-4414-9b58-b8f99883551a/9357865980-250.jpg",
    "thumbnail_uri": "",
    "song": "Tropics of Love",
    "track_id": "1de9fad1-aaa1-3dc9-b448-1edae94a53bd",
    "recording_id": null,
    "artist": "The Black Heart Procession",
    "artist_ids": [
        "fd0f1d5f-5d8c-4fcd-9d3c-0c9f20cddc08"
    ],
    "album": "Amore del Tropico",
    "release_id": "25e09e99-26cb-4414-9b58-b8f99883551a",
    "release_group_id": null,
    "labels": [
        "Touch and Go Records"
    ],
    "label_ids": [
        "9a2cad26-48de-4e7c-97a5-354f52c6e027"
    ],
    "release_date": "2002-10-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released in 2002, this is the fourth studio album by The Black Heart Procession. This San Diego band formed in 1997. They \"have been described as beautifully bleak and brooding indie rock with a dark side.\" Read more about this band here: https://bit.ly/2GiPjpg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}