Information about plays

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

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

{
    "id": 3575951,
    "uri": "https://api.kexp.org/v2/plays/3575951/?format=api",
    "airdate": "2025-11-09T09:24:29-08:00",
    "show": 65064,
    "show_uri": "https://api.kexp.org/v2/shows/65064/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Crazy Mama",
    "track_id": null,
    "recording_id": "7d28386d-5035-481b-af57-2e4246a76e2c",
    "artist": "J.J. Cale",
    "artist_ids": [
        "4b0be624-6b87-47e8-bbf0-588a2c6c0439"
    ],
    "album": "Naturally",
    "release_id": null,
    "release_group_id": "a5e655a1-acd0-3d4d-982a-4ab5281db04c",
    "labels": [
        "Shelter Records"
    ],
    "label_ids": [
        "e003df8d-84ea-4c87-b9f5-879968b45c0e"
    ],
    "release_date": "1971-12-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "JJ's debut album, which also included his own recording of \"After Midnight,\" which he wrote but Eric Clapton made famous two years earlier \n\n http://www.jjcale.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}