Information about plays

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

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

{
    "id": 3525924,
    "uri": "https://api.kexp.org/v2/plays/3525924/?format=api",
    "airdate": "2025-07-12T10:56:42-07:00",
    "show": 63993,
    "show_uri": "https://api.kexp.org/v2/shows/63993/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Tide Is High",
    "track_id": null,
    "recording_id": "d6f08f2a-fd7a-45bd-acd8-0b9529887f26",
    "artist": "The Paragons",
    "artist_ids": [
        "be976b44-a297-425c-be6a-a648418b3161"
    ],
    "album": "The Best of & The Rest of Rocksteady",
    "release_id": null,
    "release_group_id": "fa648dc6-33c4-3779-8364-2662ff9cb658",
    "labels": [
        "Action Replay Records"
    ],
    "label_ids": [
        "d98640d0-5c1c-44b6-957a-9fdb19ddf62e"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}