Information about plays

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

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

{
    "id": 3572464,
    "uri": "https://api.kexp.org/v2/plays/3572464/?format=api",
    "airdate": "2025-11-01T04:12:00-07:00",
    "show": 64989,
    "show_uri": "https://api.kexp.org/v2/shows/64989/?format=api",
    "image_uri": "https://coverartarchive.org/release/872fb04b-0d60-4f03-b254-e25d122312f4/37148447219-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/872fb04b-0d60-4f03-b254-e25d122312f4/37148447219-250.jpg",
    "song": "The Shapes We Buried",
    "track_id": null,
    "recording_id": "e4d4bf88-db97-4954-a943-9ec5f8a7a63b",
    "artist": "Marta De Pascalis",
    "artist_ids": [
        "48997821-0d91-49e3-81a7-dca1b92bcf98"
    ],
    "album": "Sky Flesh",
    "release_id": null,
    "release_group_id": "d2002c7d-44b1-451c-9f5f-b9090b72dc50",
    "labels": [
        "light-years"
    ],
    "label_ids": [
        "3fdd9cae-ceb7-447b-a8d8-adcbe6bda7e9"
    ],
    "release_date": "2023-11-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}