Information about plays

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

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

{
    "id": 3416984,
    "uri": "https://api.kexp.org/v2/plays/3416984/?format=api",
    "airdate": "2024-10-25T04:40:34-07:00",
    "show": 61665,
    "show_uri": "https://api.kexp.org/v2/shows/61665/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "From Her to Eternity",
    "track_id": "315f008a-c9e0-3131-a917-975219cc577d",
    "recording_id": "96babca4-c02b-4c00-a046-d8fbaa511d5b",
    "artist": "Nick Cave & The Bad Seeds",
    "artist_ids": [
        "172e1f1a-504d-4488-b053-6344ba63e6d0"
    ],
    "album": "From Her to Eternity",
    "release_id": "04edc268-16b4-3075-96bc-b14bc70439fa",
    "release_group_id": "3d86cdea-11df-3b99-ab00-bb6193bd2103",
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "2009-04-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}