Information about plays

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

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

{
    "id": 373963,
    "uri": "https://api.kexp.org/v2/plays/373963/?format=api",
    "airdate": "2019-08-29T11:54:28-07:00",
    "show": 6224,
    "show_uri": "https://api.kexp.org/v2/shows/6224/?format=api",
    "image_uri": "http://coverartarchive.org/release/20b377ff-ed37-4bcc-bfe7-e8fe247064a9/4529823280-250.jpg",
    "thumbnail_uri": "",
    "song": "Pinball Wizard",
    "track_id": "bb097f21-f2c4-30e0-a7b8-f2232aaab4b0",
    "recording_id": null,
    "artist": "The Who",
    "artist_ids": [
        "9fdaa16b-a6c4-4831-b87c-bc9ca8ce7eaa"
    ],
    "album": "Tommy",
    "release_id": "20b377ff-ed37-4bcc-bfe7-e8fe247064a9",
    "release_group_id": null,
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1984-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Matt's \"One More Saturday Night\" mix. https://www.kexp.org/mixtape/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}