Information about plays

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

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

{
    "id": 3614826,
    "uri": "https://api.kexp.org/v2/plays/3614826/?format=api",
    "airdate": "2026-02-08T10:36:31-08:00",
    "show": 65878,
    "show_uri": "https://api.kexp.org/v2/shows/65878/?format=api",
    "image_uri": "https://dn721300.ca.archive.org/0/items/mbid-6820ac85-608e-40de-bf74-acf977af0c16/mbid-6820ac85-608e-40de-bf74-acf977af0c16-42154979358_thumb500.jpg",
    "thumbnail_uri": "https://ia801805.us.archive.org/31/items/mbid-6820ac85-608e-40de-bf74-acf977af0c16/mbid-6820ac85-608e-40de-bf74-acf977af0c16-42154979358_thumb250.jpg",
    "song": "Oh Light, Oh Light",
    "track_id": "6f6387dd-eadd-4e92-9149-d3c571968d44",
    "recording_id": "e30b8078-de99-4841-81e4-dbbafc1ec9d3",
    "artist": "James Yorkston featuring Johanna Söderberg",
    "artist_ids": [
        "5ac4c70d-9f95-4188-ba5b-2593a1b988b8",
        "6a9e9e71-916f-4ac3-b9c4-7aa520b7d97a"
    ],
    "album": "Songs for Nina and Johanna",
    "release_id": "6820ac85-608e-40de-bf74-acf977af0c16",
    "release_group_id": "f5dfcea9-69e5-4c79-8bbf-b5a93facf480",
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "bfe26801-a86f-49b9-8502-05ae80b02594"
    ],
    "release_date": "2025-08-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}