Information about plays

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

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

{
    "id": 3581729,
    "uri": "https://api.kexp.org/v2/plays/3581729/?format=api",
    "airdate": "2025-11-23T01:49:20-08:00",
    "show": 65185,
    "show_uri": "https://api.kexp.org/v2/shows/65185/?format=api",
    "image_uri": "https://coverartarchive.org/release/09a2cf5b-3ecb-499b-98d2-d8c7f4be3352/40516344829-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/09a2cf5b-3ecb-499b-98d2-d8c7f4be3352/40516344829-250.jpg",
    "song": "Betting on the End",
    "track_id": null,
    "recording_id": "eeba6496-9bd7-4cba-9820-aa6d46aa174a",
    "artist": "Enforced",
    "artist_ids": [
        "ee7c0013-039b-43c6-a956-81d8ad3b9605"
    ],
    "album": "A Leap into the Dark",
    "release_id": null,
    "release_group_id": "329e9d85-b252-47ff-8671-85c8f996a97c",
    "labels": [
        "Century Media"
    ],
    "label_ids": [
        "727ad90b-7ef4-48d2-8f16-c34016544822"
    ],
    "release_date": "2024-09-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Latest release from this band out of Richmond, VA\n\nhttps://enforced.bandcamp.com/\nhttps://www.facebook.com/enforcedrva/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}