Information about plays

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

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

{
    "id": 2678278,
    "uri": "https://api.kexp.org/v2/plays/2678278/?format=api",
    "airdate": "2019-12-26T06:06:07-08:00",
    "show": 46226,
    "show_uri": "https://api.kexp.org/v2/shows/46226/?format=api",
    "image_uri": "https://coverartarchive.org/release/a72dddbb-15a3-42f0-9019-11c733816bb0/12848279307-250.jpg",
    "thumbnail_uri": "",
    "song": "Ghosts",
    "track_id": "32d2702d-2535-3297-8654-0b2324da811c",
    "recording_id": null,
    "artist": "Japan",
    "artist_ids": [
        "697e7111-5630-4c77-83f3-39821bacc61a"
    ],
    "album": "Tin Drum",
    "release_id": "a72dddbb-15a3-42f0-9019-11c733816bb0",
    "release_group_id": null,
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "2003-09-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The band, who were initially nameless, opted to call themselves Japan just before their first live gig in the mid-1970s. The name was intended to be temporary until they could think of something else, but ultimately became permanent. \nhttps://en.wikipedia.org/wiki/Japan_(band)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}