Information about plays

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

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

{
    "id": 3561132,
    "uri": "https://api.kexp.org/v2/plays/3561132/?format=api",
    "airdate": "2025-10-04T06:03:37-07:00",
    "show": 64740,
    "show_uri": "https://api.kexp.org/v2/shows/64740/?format=api",
    "image_uri": "https://coverartarchive.org/release/02a446f1-e081-4aaa-b751-30a1c24841cd/36655246033-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/02a446f1-e081-4aaa-b751-30a1c24841cd/36655246033-250.jpg",
    "song": "Haunted",
    "track_id": null,
    "recording_id": "2ae45e67-1329-4e21-92a7-c19c5559ddc5",
    "artist": "Laufey",
    "artist_ids": [
        "21a89505-10a9-4ac0-8388-833bc07b9f86"
    ],
    "album": "Bewitched",
    "release_id": null,
    "release_group_id": "82c93285-46d7-4f44-ba7c-2c420cfc7665",
    "labels": [
        "AWAL Recordings Ltd"
    ],
    "label_ids": [
        "1a59ec10-ab09-450c-86ec-04f1796be3fd"
    ],
    "release_date": "2023-09-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}