Information about plays

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

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

{
    "id": 2678480,
    "uri": "https://api.kexp.org/v2/plays/2678480/?format=api",
    "airdate": "2019-12-26T18:50:07-08:00",
    "show": 46229,
    "show_uri": "https://api.kexp.org/v2/shows/46229/?format=api",
    "image_uri": "https://coverartarchive.org/release/586bd64e-e68f-4406-9909-af4a2803ae42/10113215824-250.jpg",
    "thumbnail_uri": "",
    "song": "Reefer Load",
    "track_id": "492ff3da-0276-31cb-95ca-0f12a23ac679",
    "recording_id": null,
    "artist": "Scott H. Biram",
    "artist_ids": [
        "5ccfbbf2-62da-4e38-b1ba-b4f798ada177"
    ],
    "album": "Graveyard Shift",
    "release_id": "586bd64e-e68f-4406-9909-af4a2803ae42",
    "release_group_id": null,
    "labels": [
        "Bloodshot Records"
    ],
    "label_ids": [
        "c1a4129a-95dd-4e8c-b42e-7cd9fc3c208b"
    ],
    "release_date": "2006-07-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}