Information about plays

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

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

{
    "id": 3521893,
    "uri": "https://api.kexp.org/v2/plays/3521893/?format=api",
    "airdate": "2025-07-03T00:55:20-07:00",
    "show": 63903,
    "show_uri": "https://api.kexp.org/v2/shows/63903/?format=api",
    "image_uri": "https://ia800207.us.archive.org/19/items/mbid-07c7d680-5937-4c61-b7e3-55b1be5be47d/mbid-07c7d680-5937-4c61-b7e3-55b1be5be47d-1726318330_thumb500.jpg",
    "thumbnail_uri": "https://ia600207.us.archive.org/19/items/mbid-07c7d680-5937-4c61-b7e3-55b1be5be47d/mbid-07c7d680-5937-4c61-b7e3-55b1be5be47d-1726318330_thumb250.jpg",
    "song": "Cherokee",
    "track_id": "203cc7d4-bc79-3c35-b6e4-a9b4cc9fb95c",
    "recording_id": "3432c0cd-5a9d-4141-be2a-e3fe622e1056",
    "artist": "Cat Power",
    "artist_ids": [
        "05755bf1-380c-487f-983f-d1a02401fa28"
    ],
    "album": "Sun",
    "release_id": "07c7d680-5937-4c61-b7e3-55b1be5be47d",
    "release_group_id": "71ca1851-2de4-42e4-b72e-40917118dfa9",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2012-09-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}