Information about plays

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

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

{
    "id": 3593805,
    "uri": "https://api.kexp.org/v2/plays/3593805/?format=api",
    "airdate": "2025-12-21T03:59:45-08:00",
    "show": 65436,
    "show_uri": "https://api.kexp.org/v2/shows/65436/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Garden Song",
    "track_id": "6f5cfd7d-9caf-4136-981f-9542b1b4e1ca",
    "recording_id": "ae3f6267-1434-4e83-86ad-4b88dceb4c28",
    "artist": "Phoebe Bridgers",
    "artist_ids": [
        "96855c21-b832-4366-ba12-0d2330c36a86"
    ],
    "album": "Punisher",
    "release_id": "053dc03a-871e-40cf-80fa-e079b0b8a52b",
    "release_group_id": "cf75fd5a-ca84-4371-94d7-27410360f06b",
    "labels": [
        "Dead Oceans"
    ],
    "label_ids": [
        "f70f950f-2587-4f85-a5c7-b483a47bd2e9"
    ],
    "release_date": "2020-06-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}