Information about plays

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

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

{
    "id": 3554852,
    "uri": "https://api.kexp.org/v2/plays/3554852/?format=api",
    "airdate": "2025-09-19T03:40:46-07:00",
    "show": 64599,
    "show_uri": "https://api.kexp.org/v2/shows/64599/?format=api",
    "image_uri": "https://coverartarchive.org/release/a889f444-fdd2-4483-97bc-dca0e1d6839a/34369502973-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a889f444-fdd2-4483-97bc-dca0e1d6839a/34369502973-250.jpg",
    "song": "Nostalgia",
    "track_id": null,
    "recording_id": null,
    "artist": "Varda",
    "artist_ids": [
        "3b175f0c-0cb8-44f3-9682-f40b4bb3c71a"
    ],
    "album": "Farthest Shore",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Self-Released"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New EP from the Kiwi synth pop duo - https://varda.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}