Information about plays

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

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

{
    "id": 2680423,
    "uri": "https://api.kexp.org/v2/plays/2680423/?format=api",
    "airdate": "2019-12-31T13:50:57-08:00",
    "show": 46264,
    "show_uri": "https://api.kexp.org/v2/shows/46264/?format=api",
    "image_uri": "https://coverartarchive.org/release/59e5a781-a03d-3f65-8ca6-537a27ef37cc/14997358632-250.jpg",
    "thumbnail_uri": "",
    "song": "3’s & 7’s",
    "track_id": "468c93d7-178a-3057-a63f-fed16f7d923f",
    "recording_id": null,
    "artist": "Queens of the Stone Age",
    "artist_ids": [
        "7dc8f5bd-9d0b-4087-9f73-dc164950bbd8"
    ],
    "album": "Era Vulgaris",
    "release_id": "59e5a781-a03d-3f65-8ca6-537a27ef37cc",
    "release_group_id": null,
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2007-06-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "There are some very ragged light bulbs at the beginning of the video for this song: https://www.youtube.com/watch?v=BgVfjXA_QY0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}