Information about plays

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

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

{
    "id": 3428925,
    "uri": "https://api.kexp.org/v2/plays/3428925/?format=api",
    "airdate": "2024-11-23T03:11:04-08:00",
    "show": 61922,
    "show_uri": "https://api.kexp.org/v2/shows/61922/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "interspace",
    "track_id": null,
    "recording_id": "c383423c-623f-4801-acec-523fd10e9331",
    "artist": "STRFKR",
    "artist_ids": [
        "0a19e3e4-7970-4adf-8439-90bdcc9c8661"
    ],
    "album": "Being No One, Going Nowhere",
    "release_id": null,
    "release_group_id": "2efea2fe-b9b0-4678-a74f-9e5915d65dc5",
    "labels": [
        "Polyvinyl"
    ],
    "label_ids": [
        "2ad60482-164f-4e5c-ac78-1f5267d4fdc0"
    ],
    "release_date": "2016-11-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}