Information about plays

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

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

{
    "id": 2678494,
    "uri": "https://api.kexp.org/v2/plays/2678494/?format=api",
    "airdate": "2019-12-26T19:31:49-08:00",
    "show": 46229,
    "show_uri": "https://api.kexp.org/v2/shows/46229/?format=api",
    "image_uri": "https://coverartarchive.org/release/66806c42-4818-44f6-a9f6-0c253ae751d1/19958352030-250.jpg",
    "thumbnail_uri": "",
    "song": "Forest Fire",
    "track_id": "d75117e4-5c0d-3227-922b-36d0e7dfad9d",
    "recording_id": null,
    "artist": "Mark Pickerel",
    "artist_ids": [
        "90fd60fc-b149-4d97-a4fc-54b8b767ad42"
    ],
    "album": "Snake in the Radio",
    "release_id": "66806c42-4818-44f6-a9f6-0c253ae751d1",
    "release_group_id": null,
    "labels": [
        "Bloodshot Records"
    ],
    "label_ids": [
        "c1a4129a-95dd-4e8c-b42e-7cd9fc3c208b"
    ],
    "release_date": "2006-05-09",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}