Information about plays

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

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

{
    "id": 2682678,
    "uri": "https://api.kexp.org/v2/plays/2682678/?format=api",
    "airdate": "2020-01-06T02:56:03-08:00",
    "show": 46305,
    "show_uri": "https://api.kexp.org/v2/shows/46305/?format=api",
    "image_uri": "https://coverartarchive.org/release/d2e05c81-ca9b-47f3-ba02-4efbaf531716/2613128882-250.jpg",
    "thumbnail_uri": "",
    "song": "Kiss",
    "track_id": "5086f7dc-b17b-3f94-a0fc-21d7c1a19b39",
    "recording_id": null,
    "artist": "Prince & The Revolution",
    "artist_ids": [
        "070d193a-845c-479f-980e-bef15710653e"
    ],
    "album": "The Hits/The B-Sides",
    "release_id": "d2e05c81-ca9b-47f3-ba02-4efbaf531716",
    "release_group_id": null,
    "labels": [
        "Paisley Park"
    ],
    "label_ids": [
        "df9ba4e5-6933-4729-a210-19510b393cdf"
    ],
    "release_date": "1993-09-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}