Information about plays

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

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

{
    "id": 3543699,
    "uri": "https://api.kexp.org/v2/plays/3543699/?format=api",
    "airdate": "2025-08-23T10:42:20-07:00",
    "show": 64366,
    "show_uri": "https://api.kexp.org/v2/shows/64366/?format=api",
    "image_uri": "https://ia903104.us.archive.org/14/items/mbid-e21ea826-0be1-46ad-bf3f-566feb181b54/mbid-e21ea826-0be1-46ad-bf3f-566feb181b54-41527606716_thumb500.jpg",
    "thumbnail_uri": "https://ia803104.us.archive.org/14/items/mbid-e21ea826-0be1-46ad-bf3f-566feb181b54/mbid-e21ea826-0be1-46ad-bf3f-566feb181b54-41527606716_thumb250.jpg",
    "song": "History Of Violence",
    "track_id": "e8236749-3e55-499b-85cf-9bad73d303e3",
    "recording_id": "1ab082c1-f6eb-420c-9041-fcd010db7990",
    "artist": "Samory I ft. Mortimer",
    "artist_ids": [
        "0b2bcb09-474c-4c81-a7b7-28c210ddda07",
        "bd3f39f5-5901-4309-a8f9-2023fe9aadb8"
    ],
    "album": "Strength",
    "release_id": "e21ea826-0be1-46ad-bf3f-566feb181b54",
    "release_group_id": "5c61fd42-c46e-4a2a-bfb2-640b4bf2550d",
    "labels": [],
    "label_ids": [],
    "release_date": "2023-11-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Samory I's solo debut album.\n\nhttps://samoryi.bandcamp.com/album/strength",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}