Information about plays

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

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

{
    "id": 3589443,
    "uri": "https://api.kexp.org/v2/plays/3589443/?format=api",
    "airdate": "2025-12-10T18:29:20-08:00",
    "show": 65341,
    "show_uri": "https://api.kexp.org/v2/shows/65341/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Layered Presence",
    "track_id": "7e4e5eb3-c81d-4c3a-bdfa-301e2a7c647e",
    "recording_id": "19c709f4-1adc-4de0-9644-1177243ee11c",
    "artist": "Tortoise",
    "artist_ids": [
        "e0953daa-860f-4dc8-9f1a-b12587cdaf17"
    ],
    "album": "Touch",
    "release_id": "b1cd9171-aea0-4ff2-95b0-5c41faf9e5ac",
    "release_group_id": "72a3632f-0466-4ce9-bc64-0ee5aff91d4a",
    "labels": [
        "International Anthem Recording Co."
    ],
    "label_ids": [
        "817464f6-8b69-4467-988c-1ce0bc23122e"
    ],
    "release_date": "2025-10-24",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "First new Tortoise record in nine years!\n\nhttps://intlanthem.bandcamp.com/album/touch",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}