Information about plays

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

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

{
    "id": 3570880,
    "uri": "https://api.kexp.org/v2/plays/3570880/?format=api",
    "airdate": "2025-10-28T04:44:29-07:00",
    "show": 64954,
    "show_uri": "https://api.kexp.org/v2/shows/64954/?format=api",
    "image_uri": "https://coverartarchive.org/release/df594188-7c6b-4449-bcc2-7b487627c5c0/38239874108-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/df594188-7c6b-4449-bcc2-7b487627c5c0/38239874108-250.jpg",
    "song": "Rapp Snitch Knishes (Live instrumental)",
    "track_id": null,
    "recording_id": "5bf72d09-ac87-4749-932e-88a893f2c761",
    "artist": "OMA",
    "artist_ids": [
        "98aa0386-0d2c-4d3e-a90d-4efcc1fd0489"
    ],
    "album": "Bread 'n' Butter",
    "release_id": null,
    "release_group_id": "f5c07042-c13d-42b3-b381-0198c6523e29",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2024-01-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}