Information about plays

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

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

{
    "id": 3602006,
    "uri": "https://api.kexp.org/v2/plays/3602006/?format=api",
    "airdate": "2026-01-08T23:40:01-08:00",
    "show": 65599,
    "show_uri": "https://api.kexp.org/v2/shows/65599/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hey You",
    "track_id": null,
    "recording_id": "2da0f26e-2e8a-456e-9db2-243b36816f94",
    "artist": "Pink Floyd",
    "artist_ids": [
        "83d91898-7763-47d7-b03b-b92132375c47"
    ],
    "album": "Golden Collection 2000",
    "release_id": null,
    "release_group_id": "abc1d21c-8acd-32f5-971d-317c4c6eb1c1",
    "labels": [
        "Droppings Ltd."
    ],
    "label_ids": [
        "3cb04d20-87ab-4b6a-8059-df6b2554fd9d"
    ],
    "release_date": "1999-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}