Information about plays

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

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

{
    "id": 3589494,
    "uri": "https://api.kexp.org/v2/plays/3589494/?format=api",
    "airdate": "2025-12-10T21:57:15-08:00",
    "show": 65342,
    "show_uri": "https://api.kexp.org/v2/shows/65342/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "His Own Happiness",
    "track_id": null,
    "recording_id": "bb6ab92f-8a61-4e8b-9c94-e10a5d2f79e7",
    "artist": "The Savage Rose",
    "artist_ids": [
        "56712745-7be6-4914-a676-dac6789124f5"
    ],
    "album": "In the Plain",
    "release_id": null,
    "release_group_id": "f94229cc-4445-3874-a454-13c6c1e2775e",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1968-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}