Information about plays

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

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

{
    "id": 2682721,
    "uri": "https://api.kexp.org/v2/plays/2682721/?format=api",
    "airdate": "2020-01-06T05:17:01-08:00",
    "show": 46305,
    "show_uri": "https://api.kexp.org/v2/shows/46305/?format=api",
    "image_uri": "https://coverartarchive.org/release/4694af81-2cdd-4464-8365-f127194c9763/24459175041-250.jpg",
    "thumbnail_uri": "",
    "song": "Digger",
    "track_id": "26965423-8aa6-42d7-a11e-4b476b4fddd1",
    "recording_id": null,
    "artist": "Great Grandpa",
    "artist_ids": [
        "fe920df0-e56d-4556-84c4-11f530ec4abc"
    ],
    "album": "Four of Arrows",
    "release_id": "4694af81-2cdd-4464-8365-f127194c9763",
    "release_group_id": null,
    "labels": [
        "Double Double Whammy"
    ],
    "label_ids": [
        "4eb25f65-0b0b-49ac-9089-167f0a9d211b"
    ],
    "release_date": "2019-10-25",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "live on KEXP at noon!  session open to the public! get here up to 90 minutes early so sign up to get in the viewing gallery!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}