Information about plays

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

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

{
    "id": 3564180,
    "uri": "https://api.kexp.org/v2/plays/3564180/?format=api",
    "airdate": "2025-10-12T11:10:24-07:00",
    "show": 64815,
    "show_uri": "https://api.kexp.org/v2/shows/64815/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Back Home",
    "track_id": null,
    "recording_id": "0c2a48cd-4df6-42ea-b5e9-a1da257622bf",
    "artist": "Silver Synthetic",
    "artist_ids": [
        "565276c8-d128-4684-9202-b723e64a1017"
    ],
    "album": "Rosalie",
    "release_id": null,
    "release_group_id": "ba890b04-38d0-4063-93c2-7ec000c32870",
    "labels": [
        "Curation Records"
    ],
    "label_ids": [
        "a45a2f02-bb5f-47a8-ac40-f927308c3e9b"
    ],
    "release_date": "2025-03-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New Orleans’ choogle.\nhttps://curation-records.bandcamp.com/album/rosalie",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}