Information about plays

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

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

{
    "id": 3544169,
    "uri": "https://api.kexp.org/v2/plays/3544169/?format=api",
    "airdate": "2025-08-24T11:00:09-07:00",
    "show": 64375,
    "show_uri": "https://api.kexp.org/v2/shows/64375/?format=api",
    "image_uri": "https://coverartarchive.org/release/f6457145-4a2b-46ce-915a-25e7bf1f8f96/23537994763-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f6457145-4a2b-46ce-915a-25e7bf1f8f96/23537994763-250.jpg",
    "song": "Soul Dog",
    "track_id": null,
    "recording_id": "b26b27c7-00a6-4547-9595-124cc7e8854f",
    "artist": "Soul Dog",
    "artist_ids": [
        "e61c2492-1972-4c7e-94e6-80dfe160e6d9"
    ],
    "album": "Movin On",
    "release_id": null,
    "release_group_id": "82d89e16-5654-4e34-b74f-ec55b4742114",
    "labels": [],
    "label_ids": [],
    "release_date": "1976-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Soul Dog, in 1976 during the big U.S. truckers craze. The pseudonym of NOLA musician Carl Marshall, and written by Willie B. Johnson, not much else is known about this band.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}