Information about plays

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

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

{
    "id": 3500930,
    "uri": "https://api.kexp.org/v2/plays/3500930/?format=api",
    "airdate": "2025-05-13T17:45:11-07:00",
    "show": 63452,
    "show_uri": "https://api.kexp.org/v2/shows/63452/?format=api",
    "image_uri": "https://ia801409.us.archive.org/11/items/mbid-445b56f8-fa11-4491-9d4a-d920a051e33a/mbid-445b56f8-fa11-4491-9d4a-d920a051e33a-41649728312_thumb500.jpg",
    "thumbnail_uri": "https://ia601409.us.archive.org/11/items/mbid-445b56f8-fa11-4491-9d4a-d920a051e33a/mbid-445b56f8-fa11-4491-9d4a-d920a051e33a-41649728312_thumb250.jpg",
    "song": "Light as a Feather",
    "track_id": "d08fd5d4-4f59-4264-ae96-0f9906325072",
    "recording_id": "a535e42f-a0db-4a7e-81bc-e3a4618b4add",
    "artist": "Goat & Graveyard",
    "artist_ids": [
        "6738d800-5160-4959-b78a-ae12c5dba3d0",
        "4db1a745-6fd0-4801-9cce-99e88bf855e6"
    ],
    "album": "Light as a Feather",
    "release_id": "445b56f8-fa11-4491-9d4a-d920a051e33a",
    "release_group_id": "5abc9a37-950e-4534-ab38-e5bdcd33f5cb",
    "labels": [
        "Rocket Recordings"
    ],
    "label_ids": [
        "d681d3ce-6af2-4661-8b49-fc3d20f390a5"
    ],
    "release_date": "2025-04-07",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brand new from Goat!\n\nSwedish psych-rock band Goat collaborated with Graveyard, another band hailing from Gothenburg for this single released by Rocket Recordings for Record Store Day!\nhttps://rocketrecordings.com/blogs/news/listen-to-goat-graveyard-track-light-as-a-feather",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}