Information about plays

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

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

{
    "id": 3549247,
    "uri": "https://api.kexp.org/v2/plays/3549247/?format=api",
    "airdate": "2025-09-05T14:09:55-07:00",
    "show": 64481,
    "show_uri": "https://api.kexp.org/v2/shows/64481/?format=api",
    "image_uri": "https://coverartarchive.org/release/7cff6dca-a5e9-4a22-92e0-bcb2ca7c6dcc/23415142353-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7cff6dca-a5e9-4a22-92e0-bcb2ca7c6dcc/23415142353-250.jpg",
    "song": "Changes",
    "track_id": null,
    "recording_id": "d375ce7f-2de2-4f56-b784-e1f324b84084",
    "artist": "Jimi Hendrix",
    "artist_ids": [
        "06fb1c8b-566e-4cb2-985b-b467c90781d4"
    ],
    "album": "Band of Gypsys",
    "release_id": null,
    "release_group_id": "06eada6a-7bff-34ef-8311-a0435833061f",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1970-03-25",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "HBD to the late great Buddy Miles!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}