Information about plays

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

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

{
    "id": 3602028,
    "uri": "https://api.kexp.org/v2/plays/3602028/?format=api",
    "airdate": "2026-01-09T01:02:46-08:00",
    "show": 65600,
    "show_uri": "https://api.kexp.org/v2/shows/65600/?format=api",
    "image_uri": "https://coverartarchive.org/release/30e2bd23-7a2b-451c-9cd3-cc9bba70805a/38174216849-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/30e2bd23-7a2b-451c-9cd3-cc9bba70805a/38174216849-250.jpg",
    "song": "To Leave",
    "track_id": null,
    "recording_id": "752d5f60-4a1c-4078-9d98-e52a404d1a56",
    "artist": "RIP Dunes",
    "artist_ids": [
        "9b2cb0a6-306f-4034-8c80-5d1761da717b"
    ],
    "album": "RIP Dunes",
    "release_id": null,
    "release_group_id": "a45045ab-3a85-42ac-9332-a3d23626211c",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2024-03-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP Dunes is the solo project of Matthew Iwanusa, former frontman for the NYC indie band Caveman.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}