Information about plays

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

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

{
    "id": 2683129,
    "uri": "https://api.kexp.org/v2/plays/2683129/?format=api",
    "airdate": "2020-01-07T05:29:59-08:00",
    "show": 46311,
    "show_uri": "https://api.kexp.org/v2/shows/46311/?format=api",
    "image_uri": "https://coverartarchive.org/release/c114ee88-1ec5-4d94-af68-c0e35a7e1cea/8067360339-250.jpg",
    "thumbnail_uri": "",
    "song": "Gimme Danger",
    "track_id": "eba3c0da-b584-3c5e-b4da-16e01a8fb9ae",
    "recording_id": null,
    "artist": "Iggy and The Stooges",
    "artist_ids": [
        "1253e5e9-eaa7-4ce6-81b8-09725e8cee43"
    ],
    "album": "Raw Power",
    "release_id": "c114ee88-1ec5-4d94-af68-c0e35a7e1cea",
    "release_group_id": null,
    "labels": [
        "Legacy"
    ],
    "label_ids": [
        "45ffe1d8-92da-4750-9a4a-f42861f46e2c"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Survival of Iggy Pop on The New Yorker: https://www.newyorker.com/magazine/2019/09/02/the-survival-of-iggy-pop",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}