Information about plays

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

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

{
    "id": 3562499,
    "uri": "https://api.kexp.org/v2/plays/3562499/?format=api",
    "airdate": "2025-10-08T00:13:32-07:00",
    "show": 64775,
    "show_uri": "https://api.kexp.org/v2/shows/64775/?format=api",
    "image_uri": "https://coverartarchive.org/release/583d0d14-603e-4c2e-98dd-7f04581ad5c2/37130282315-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/583d0d14-603e-4c2e-98dd-7f04581ad5c2/37130282315-250.jpg",
    "song": "Gallowdance",
    "track_id": null,
    "recording_id": "793f3746-2c6a-4bc6-a1a7-d1fd04f3dc7d",
    "artist": "Lebanon Hanover",
    "artist_ids": [
        "7de3b7b4-8288-4baf-929b-98af9224c0cb"
    ],
    "album": "Tomb for Two",
    "release_id": null,
    "release_group_id": "b0d01bee-4ee8-43ba-a48b-e84e05781ce2",
    "labels": [
        "Dead Scarlet Records"
    ],
    "label_ids": [
        "0b8c5dfc-8197-4e21-96a8-3df537b6e8a0"
    ],
    "release_date": "2013-09-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}