Information about plays

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

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

{
    "id": 2682469,
    "uri": "https://api.kexp.org/v2/plays/2682469/?format=api",
    "airdate": "2020-01-05T12:49:27-08:00",
    "show": 46300,
    "show_uri": "https://api.kexp.org/v2/shows/46300/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Everything & More",
    "track_id": "3070c544-2de0-4b3b-9147-6cdb89874846",
    "recording_id": null,
    "artist": "Gengahr",
    "artist_ids": [
        "bbfee68d-1544-47cb-be5a-98e879bbe3ad"
    ],
    "album": "Sanctuary",
    "release_id": "d8c74d49-da3d-40cf-b00e-0b7b9f508874",
    "release_group_id": null,
    "labels": [
        "Liberator Music"
    ],
    "label_ids": [
        "8c63a604-872c-488e-af18-5cead3d82f17"
    ],
    "release_date": "2020-01-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Fun fact: English quartet Gengahr is a play on Pokémon species Gengar (ゲンガー). New album <i>Sanctuary</i> drops January 31. https://www.gengahr.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}