Information about plays

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

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

{
    "id": 3631404,
    "uri": "https://api.kexp.org/v2/plays/3631404/?format=api",
    "airdate": "2026-03-20T08:27:11-07:00",
    "show": 66229,
    "show_uri": "https://api.kexp.org/v2/shows/66229/?format=api",
    "image_uri": "https://coverartarchive.org/release/3b3eca61-f73d-43a4-9378-bcb86a7e5961/9943547568-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3b3eca61-f73d-43a4-9378-bcb86a7e5961/9943547568-250.jpg",
    "song": "Crash",
    "track_id": null,
    "recording_id": "b62eed10-3339-48d4-89ec-9e8081bc0bf3",
    "artist": "The Primitives",
    "artist_ids": [
        "9a407ae8-afbb-4a3a-abb1-1fab4b3c26af"
    ],
    "album": "Crash",
    "release_id": null,
    "release_group_id": "6f4cd21a-64f8-380b-b4fe-ac9bbd1104f7",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1988-02-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The song was first recorded by The Primitives for their 1988 debut album Lovely. That's Tracy Tracy (Tracy Cattell) on vocals here.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}