Information about plays

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

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

{
    "id": 2682706,
    "uri": "https://api.kexp.org/v2/plays/2682706/?format=api",
    "airdate": "2020-01-06T04:24:26-08:00",
    "show": 46305,
    "show_uri": "https://api.kexp.org/v2/shows/46305/?format=api",
    "image_uri": "https://coverartarchive.org/release/29c08723-a03c-4e47-8b7c-96d76b5799ec/24648549032-250.jpg",
    "thumbnail_uri": "",
    "song": "I Never Get Lonesome",
    "track_id": "15506aca-5e3c-4189-9635-146264a07b3f",
    "recording_id": null,
    "artist": "Arthur Russell",
    "artist_ids": [
        "f43370e3-6d86-44e7-ae4c-ca098962dcd0"
    ],
    "album": "Iowa Dream",
    "release_id": "29c08723-a03c-4e47-8b7c-96d76b5799ec",
    "release_group_id": null,
    "labels": [
        "Audika"
    ],
    "label_ids": [
        "613be16a-2c75-446d-99ca-184420a55cf9"
    ],
    "release_date": "2019-11-15",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}