Information about plays

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

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

{
    "id": 3545693,
    "uri": "https://api.kexp.org/v2/plays/3545693/?format=api",
    "airdate": "2025-08-28T01:32:22-07:00",
    "show": 64406,
    "show_uri": "https://api.kexp.org/v2/shows/64406/?format=api",
    "image_uri": "https://coverartarchive.org/release/9e4d8a1b-4ea9-42c4-a9c1-eea66ba455db/29402405123-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9e4d8a1b-4ea9-42c4-a9c1-eea66ba455db/29402405123-250.jpg",
    "song": "I Got The Rhythm",
    "track_id": null,
    "recording_id": "8deaff85-5c22-4a7d-a025-5dbd0bca0564",
    "artist": "Pal Joey",
    "artist_ids": [
        "6310174c-530e-419a-a8fd-091de3082692"
    ],
    "album": "Somewhere In New York",
    "release_id": null,
    "release_group_id": "cd5728be-67be-4e8f-ab88-d94ca8a10e1a",
    "labels": [
        "Pal Joey Music"
    ],
    "label_ids": [
        "0ca61e39-f805-4d0c-8c6b-7474c4ea0e0b"
    ],
    "release_date": "2010-03-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}