Information about plays

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

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

{
    "id": 3634119,
    "uri": "https://api.kexp.org/v2/plays/3634119/?format=api",
    "airdate": "2026-03-27T03:36:47-07:00",
    "show": 66289,
    "show_uri": "https://api.kexp.org/v2/shows/66289/?format=api",
    "image_uri": "https://coverartarchive.org/release/1588148b-4114-4464-b9b2-8d135b486a1e/35671126254-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1588148b-4114-4464-b9b2-8d135b486a1e/35671126254-250.jpg",
    "song": "Ranking Full Stop",
    "track_id": null,
    "recording_id": "80c67290-ed31-4079-8abf-ea0c696d2e9c",
    "artist": "The Beat",
    "artist_ids": [
        "9727e632-c228-47f8-a7ae-398df94f00c7"
    ],
    "album": "Tears of a Clown / Ranking Full Stop",
    "release_id": null,
    "release_group_id": "8b994e0b-24c7-4777-a38d-48d8fef95b76",
    "labels": [
        "Two-Tone Records"
    ],
    "label_ids": [
        "4290c2b1-667b-41ae-b36f-2f2ba43bce0a"
    ],
    "release_date": "1979-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cover of Smokey Robinson original song.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}