Information about plays

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

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

{
    "id": 3619758,
    "uri": "https://api.kexp.org/v2/plays/3619758/?format=api",
    "airdate": "2026-02-20T03:26:32-08:00",
    "show": 65979,
    "show_uri": "https://api.kexp.org/v2/shows/65979/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lithium",
    "track_id": null,
    "recording_id": "c2dc6860-f62a-423c-841a-6d8342e5bc90",
    "artist": "La Grima feat. Jimetta Rose",
    "artist_ids": [
        "52967edf-0dc3-480f-bc82-ebd3d6a230d9",
        "66883d1c-3502-4fa5-86fb-e0f7a8723d42"
    ],
    "album": "Tru Thoughts 2015",
    "release_id": null,
    "release_group_id": "450fdbd0-30d9-4f10-9fb3-3e4ddeb77875",
    "labels": [
        "Tru Thoughts"
    ],
    "label_ids": [
        "095a742b-c292-43e2-b10d-e93e46c446db"
    ],
    "release_date": "2015-12-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nirvana cover with Jimetta Rose on vocals.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}