Information about plays

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

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

{
    "id": 3595549,
    "uri": "https://api.kexp.org/v2/plays/3595549/?format=api",
    "airdate": "2025-12-24T22:19:29-08:00",
    "show": 65468,
    "show_uri": "https://api.kexp.org/v2/shows/65468/?format=api",
    "image_uri": "https://coverartarchive.org/release/e2e8231f-865b-409c-8557-31ff7df52fcf/1264937158-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e2e8231f-865b-409c-8557-31ff7df52fcf/1264937158-250.jpg",
    "song": "It Doesn’t Have to Be That Way",
    "track_id": null,
    "recording_id": "ee2a8e95-e067-4c39-b19c-2b98dd1c66da",
    "artist": "Jim Croce",
    "artist_ids": [
        "fcfa9543-e113-4ef9-9ef6-455ba4cbe7af"
    ],
    "album": "Life and Times",
    "release_id": null,
    "release_group_id": "7e127d77-c474-3f84-a849-b35bac2af651",
    "labels": [
        "ABC Records"
    ],
    "label_ids": [
        "c3e5d5a2-53f2-4eab-9641-23d61e511928"
    ],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}