Information about plays

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

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

{
    "id": 2683168,
    "uri": "https://api.kexp.org/v2/plays/2683168/?format=api",
    "airdate": "2020-01-07T07:54:10-08:00",
    "show": 46312,
    "show_uri": "https://api.kexp.org/v2/shows/46312/?format=api",
    "image_uri": "https://coverartarchive.org/release/f9780b6b-aa8f-44ac-a92b-1a10fa0fcba6/18756984626-250.jpg",
    "thumbnail_uri": "",
    "song": "Instrumental",
    "track_id": "8fc4f621-679f-3663-92ae-bae9b16866dd",
    "recording_id": null,
    "artist": "Galaxie 500",
    "artist_ids": [
        "4de3cfed-b459-42bd-bfbb-7a843fbc73df"
    ],
    "album": "Today",
    "release_id": "f9780b6b-aa8f-44ac-a92b-1a10fa0fcba6",
    "release_group_id": null,
    "labels": [
        "Rough Trade America"
    ],
    "label_ids": [
        "df7754b9-fc08-4f71-a1c7-fd5ea330c051"
    ],
    "release_date": "1991-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}