Information about plays

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

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

{
    "id": 3594531,
    "uri": "https://api.kexp.org/v2/plays/3594531/?format=api",
    "airdate": "2025-12-22T15:48:42-08:00",
    "show": 65449,
    "show_uri": "https://api.kexp.org/v2/shows/65449/?format=api",
    "image_uri": "https://coverartarchive.org/release/078c232d-484b-49e4-bbc8-d8f44374956f/17150074947-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/078c232d-484b-49e4-bbc8-d8f44374956f/17150074947-250.jpg",
    "song": "Silent Night",
    "track_id": null,
    "recording_id": "416957a0-8d12-460c-9e4c-a4d86c3f68f4",
    "artist": "Can",
    "artist_ids": [
        "13501c7d-d181-45ba-af52-5f101d8516a0"
    ],
    "album": "The Singles",
    "release_id": null,
    "release_group_id": "72ab73b9-2803-4092-b947-9bc6a7dc187a",
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "2017-06-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.discogs.com/release/2679146-Can-Silent-Night?srsltid=AfmBOooJbc1sOsIwRVyS9gT6Thrf6fn1FMEW9prufS6fCO3SGxw47zKN",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}