Information about plays

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

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

{
    "id": 3577476,
    "uri": "https://api.kexp.org/v2/plays/3577476/?format=api",
    "airdate": "2025-11-13T02:16:32-08:00",
    "show": 65095,
    "show_uri": "https://api.kexp.org/v2/shows/65095/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Magic Drops",
    "track_id": null,
    "recording_id": "0b7e3ccf-9db5-49ef-a0bd-646ce9468f2e",
    "artist": "Jam City",
    "artist_ids": [
        "1017c0b1-8219-4527-bc09-b32991bb8748"
    ],
    "album": "Magic Drops",
    "release_id": null,
    "release_group_id": "0db84ac8-46b3-46e4-970f-45f679f4a5d8",
    "labels": [
        "Night Slugs"
    ],
    "label_ids": [
        "2a802eca-881e-4be0-827e-951ff7547e8a"
    ],
    "release_date": "2010-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}