Information about plays

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

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

{
    "id": 3590823,
    "uri": "https://api.kexp.org/v2/plays/3590823/?format=api",
    "airdate": "2025-12-13T23:50:04-08:00",
    "show": 65372,
    "show_uri": "https://api.kexp.org/v2/shows/65372/?format=api",
    "image_uri": "https://coverartarchive.org/release/ab682884-a567-4ca4-b570-9ae86717b553/41667367989-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ab682884-a567-4ca4-b570-9ae86717b553/41667367989-250.jpg",
    "song": "U.F.O.",
    "track_id": null,
    "recording_id": "6a18ad96-6c68-4860-8375-16a0644b661a",
    "artist": "Self Com",
    "artist_ids": [
        "faed1fc6-74eb-46cf-adeb-c7329bb382e5"
    ],
    "album": "Self Communion",
    "release_id": null,
    "release_group_id": "fef6644f-ce98-4e0e-90d6-714fbca698d8",
    "labels": [
        "Iron Lung Records"
    ],
    "label_ids": [
        "b967c5e5-9817-4bd5-9e14-bbb91f6d9fd6"
    ],
    "release_date": "2025-03-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Outer Space\nhttps://ironlungrecords.bandcamp.com/album/self-communion-lungs-264",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}