Information about plays

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

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

{
    "id": 3612471,
    "uri": "https://api.kexp.org/v2/plays/3612471/?format=api",
    "airdate": "2026-02-03T01:04:35-08:00",
    "show": 65827,
    "show_uri": "https://api.kexp.org/v2/shows/65827/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Bassline (Kerri's Dark Mix)",
    "track_id": null,
    "recording_id": "73efcac8-18c1-409a-a1b0-7329ceb6085b",
    "artist": "Kerri Chandler",
    "artist_ids": [
        "b2233a1e-2b25-4660-a578-b2e2de990792"
    ],
    "album": "Lost & Found EP Vol. 3",
    "release_id": null,
    "release_group_id": "deae2d67-6bc0-48ae-8a0a-97073b51ad64",
    "labels": [
        "Kaoz Theory"
    ],
    "label_ids": [
        "3e3df9a5-ac5f-4369-b162-a264fd48db15"
    ],
    "release_date": "2024-04-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://soundcloud.com/kaoztheory/kerri-chandler-the-bassline",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}