Information about plays

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

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

{
    "id": 3554347,
    "uri": "https://api.kexp.org/v2/plays/3554347/?format=api",
    "airdate": "2025-09-17T22:14:13-07:00",
    "show": 64590,
    "show_uri": "https://api.kexp.org/v2/shows/64590/?format=api",
    "image_uri": "https://coverartarchive.org/release/36bb47bb-8ecf-3358-bdb1-7a28072c30bb/3532669292-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/36bb47bb-8ecf-3358-bdb1-7a28072c30bb/3532669292-250.jpg",
    "song": "Only a Pawn in Their Game",
    "track_id": null,
    "recording_id": "879991da-1079-461a-85b3-f0f92975853c",
    "artist": "Bob Dylan",
    "artist_ids": [
        "72c536dc-7137-4477-a521-567eeb840fa8"
    ],
    "album": "The Times They Are A‐Changin’",
    "release_id": null,
    "release_group_id": "846f8032-9a85-3f4f-b7f5-28c86573d044",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1964-02-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}