Information about plays

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

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

{
    "id": 3545083,
    "uri": "https://api.kexp.org/v2/plays/3545083/?format=api",
    "airdate": "2025-08-26T14:02:22-07:00",
    "show": 64394,
    "show_uri": "https://api.kexp.org/v2/shows/64394/?format=api",
    "image_uri": "https://coverartarchive.org/release/229cd073-5ffc-4dae-9e00-3fd573414379/4233681873-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/229cd073-5ffc-4dae-9e00-3fd573414379/4233681873-250.jpg",
    "song": "Tears of a Clown",
    "track_id": null,
    "recording_id": "4d0a000b-57b5-4ebb-b587-e4ba42526006",
    "artist": "The Beat",
    "artist_ids": [
        "9727e632-c228-47f8-a7ae-398df94f00c7"
    ],
    "album": "I Just Can’t Stop It",
    "release_id": null,
    "release_group_id": "114cb3a9-9732-3f59-8a46-73cc65a47d16",
    "labels": [
        "Edsel Records"
    ],
    "label_ids": [
        "a4a01f0f-c349-4352-9075-b268f6ef0f48"
    ],
    "release_date": "1980-05-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Beat aka The English Beat are an English band formed in Birmingham in 1978. Their music fuses Latin, ska, pop, soul, reggae and punk rock!\n---\nhttp://englishbeat.net/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}