Information about plays

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

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

{
    "id": 3602805,
    "uri": "https://api.kexp.org/v2/plays/3602805/?format=api",
    "airdate": "2026-01-10T21:39:53-08:00",
    "show": 65618,
    "show_uri": "https://api.kexp.org/v2/shows/65618/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Loney Nights",
    "track_id": null,
    "recording_id": "33a8a01a-159e-41c8-b2b2-6be9afc617c0",
    "artist": "Testors feat. Sonny Vincent",
    "artist_ids": [
        "fd1769a7-2f3b-4d47-baf5-b5aec6f3d4b1",
        "ea8425d5-7730-4571-9eca-c3ffd73514e9"
    ],
    "album": "Complete Recordings 1976–79",
    "release_id": null,
    "release_group_id": "6b50c2c1-10ec-3947-b614-9f464e4a806e",
    "labels": [
        "Swami Records"
    ],
    "label_ids": [
        "d246b550-268a-4041-8fa0-4498eb3f582d"
    ],
    "release_date": "2003-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Test pressings of some of the Testors' albums available on Bandcamp!\n\nhttps://sonnyvincenttestors.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}