Information about plays

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

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

{
    "id": 3595229,
    "uri": "https://api.kexp.org/v2/plays/3595229/?format=api",
    "airdate": "2025-12-24T06:00:47-08:00",
    "show": 65462,
    "show_uri": "https://api.kexp.org/v2/shows/65462/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Snow",
    "track_id": null,
    "recording_id": "3128303d-beb4-44d6-bbae-fa8126713a51",
    "artist": "The Passions",
    "artist_ids": [
        "8d1a348b-056b-4fd9-83d0-e1ed159b6287"
    ],
    "album": "Michael & Miranda",
    "release_id": null,
    "release_group_id": "bad32f86-37bb-3b36-9162-f03bf2eb431e",
    "labels": [
        "Fiction Records"
    ],
    "label_ids": [
        "f6182855-aa81-453a-a460-58c0fd71635d"
    ],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Passions were a British post-punk/new wave band which formed in 1978 and disbanded in 1983.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}