Information about plays

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

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

{
    "id": 3600307,
    "uri": "https://api.kexp.org/v2/plays/3600307/?format=api",
    "airdate": "2026-01-04T18:54:37-08:00",
    "show": 65564,
    "show_uri": "https://api.kexp.org/v2/shows/65564/?format=api",
    "image_uri": "https://coverartarchive.org/release/4f7ec5d4-4ae5-44be-bd1f-023a3f51e61b/25660536944-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4f7ec5d4-4ae5-44be-bd1f-023a3f51e61b/25660536944-250.jpg",
    "song": "No Way Out",
    "track_id": null,
    "recording_id": "477a37e7-a71a-47d9-ba9b-d6b76c8f18c4",
    "artist": "UK Players",
    "artist_ids": [
        "6a958931-6c92-47b7-9384-5954b5b49ee9"
    ],
    "album": "No Way Out",
    "release_id": null,
    "release_group_id": "c73d8d4d-8b2a-4927-8905-f5b65b07df24",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1982-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "UK Players released \"No Way Out\" on the 1982 album of the same name.\n\nMembers of UK Players included: James Ross, Patrick Seymour, Philip Bishop, Rusty Jones, and Sedley Francis.",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}