Information about plays

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

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

{
    "id": 344295,
    "uri": "https://api.kexp.org/v2/plays/344295/?format=api",
    "airdate": "2019-06-21T09:17:26-07:00",
    "show": 5736,
    "show_uri": "https://api.kexp.org/v2/shows/5736/?format=api",
    "image_uri": "http://coverartarchive.org/release/1ae84595-aa9d-3190-bce9-140eb81800e4/23125812180-250.jpg",
    "thumbnail_uri": "",
    "song": "Jump Into the Fire",
    "track_id": "1fb54d0b-22e2-3f0b-bbd5-d4be20c4e839",
    "recording_id": null,
    "artist": "Harry Nilsson",
    "artist_ids": [
        "e5963d26-01fa-40f5-b200-e0127f410a45"
    ],
    "album": "Nilsson Schmilsson",
    "release_id": "1ae84595-aa9d-3190-bce9-140eb81800e4",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1986-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Wow! I didn't know that Harry Nilsson covered this LCD Soundsystem song! Man, you learn something every day. What? Oh. Sorry. Never mind. Track length: 6:54",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}