Information about plays

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

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

{
    "id": 3561985,
    "uri": "https://api.kexp.org/v2/plays/3561985/?format=api",
    "airdate": "2025-10-06T10:07:13-07:00",
    "show": 64763,
    "show_uri": "https://api.kexp.org/v2/shows/64763/?format=api",
    "image_uri": "https://coverartarchive.org/release/72a5da28-994d-4616-a178-93411e74ba24/1239368360-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/72a5da28-994d-4616-a178-93411e74ba24/1239368360-250.jpg",
    "song": "Layla",
    "track_id": null,
    "recording_id": "061a63bc-7587-4bc6-9b50-c8d679666513",
    "artist": "Derek and the Dominos",
    "artist_ids": [
        "2155a81a-f0c6-417a-9b16-2f86f98bb8bc"
    ],
    "album": "Layla and Other Assorted Love Songs",
    "release_id": null,
    "release_group_id": "ba53dcbd-9328-3cf7-bc72-179b4512867e",
    "labels": [
        "RSO"
    ],
    "label_ids": [
        "3930d173-b232-4ff8-b2f3-568651924d98"
    ],
    "release_date": "1970-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#584 on KEXP Listeners' countdown of the greatest albums of all-time!\n\nLayla would most certainly support KEXP!\n\nhttps://ericclapton.com/\n\nhttps://www.kexp.org/donate/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}