Information about plays

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

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

{
    "id": 3544163,
    "uri": "https://api.kexp.org/v2/plays/3544163/?format=api",
    "airdate": "2025-08-24T10:38:24-07:00",
    "show": 64375,
    "show_uri": "https://api.kexp.org/v2/shows/64375/?format=api",
    "image_uri": "https://coverartarchive.org/release/d8782628-0d8b-4df0-96b4-3a3cb277977e/9619451889-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d8782628-0d8b-4df0-96b4-3a3cb277977e/9619451889-250.jpg",
    "song": "Call Me the Breeze",
    "track_id": null,
    "recording_id": "8c08aca5-cbc9-4fc6-a42f-7a635b5739d9",
    "artist": "Lynyrd Skynyrd",
    "artist_ids": [
        "c544ed4d-2390-4442-a83e-1ea2883b09c8"
    ],
    "album": "Second Helping",
    "release_id": null,
    "release_group_id": "cbff20dc-1ed7-3579-9a60-c705e88bdf19",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1974-04-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The only cover on the Florida band’s second album doubled the length of JJ Cale’s song.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}