Information about plays

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

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

{
    "id": 3630873,
    "uri": "https://api.kexp.org/v2/plays/3630873/?format=api",
    "airdate": "2026-03-19T03:22:10-07:00",
    "show": 66219,
    "show_uri": "https://api.kexp.org/v2/shows/66219/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Break Down the Door",
    "track_id": null,
    "recording_id": "95f24f0c-33f7-40d9-870e-658b0058d259",
    "artist": "The Special AKA",
    "artist_ids": [
        "07eb40a2-2914-439c-a01d-15a685b84ddf"
    ],
    "album": "In the Studio",
    "release_id": null,
    "release_group_id": "be59d73e-508b-3405-a13c-622b7c7926ec",
    "labels": [
        "Two-Tone Records"
    ],
    "label_ids": [
        "4290c2b1-667b-41ae-b36f-2f2ba43bce0a"
    ],
    "release_date": "1984-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}