Information about plays

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

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

{
    "id": 3572944,
    "uri": "https://api.kexp.org/v2/plays/3572944/?format=api",
    "airdate": "2025-11-02T04:23:33-08:00",
    "show": 65001,
    "show_uri": "https://api.kexp.org/v2/shows/65001/?format=api",
    "image_uri": "https://ia600702.us.archive.org/18/items/mbid-77d12b54-6174-4e9e-aeae-54bf59cacf75/mbid-77d12b54-6174-4e9e-aeae-54bf59cacf75-43435870835_thumb500.jpg",
    "thumbnail_uri": "https://ia600702.us.archive.org/18/items/mbid-77d12b54-6174-4e9e-aeae-54bf59cacf75/mbid-77d12b54-6174-4e9e-aeae-54bf59cacf75-43435870835_thumb250.jpg",
    "song": "Brand New City",
    "track_id": "da457741-dce4-479c-b13e-3fed584e92d7",
    "recording_id": "8c925c6e-cf4b-4e0d-b0b2-17a2b1840b89",
    "artist": "Snocaps",
    "artist_ids": [
        "5396d542-5270-4bbf-bd25-4ab0208d0541"
    ],
    "album": "Snocaps",
    "release_id": "77d12b54-6174-4e9e-aeae-54bf59cacf75",
    "release_group_id": "10784c68-fc54-4a0c-96df-29157ae6005d",
    "labels": [
        "Epitaph",
        "Anti‐"
    ],
    "label_ids": [
        "1bfd06be-a6ed-4ced-8159-7d4d2923a40c",
        "5b8cf470-f162-4ee3-9b9f-77ff4ee0c601"
    ],
    "release_date": "2025-10-31",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Snocaps is an American indie rock band consisting of Katie Crutchfield, better known as Waxahatchee, her sister Allison Crutchfield, MJ Lenderman and Brad Cook.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}