Information about plays

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

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

{
    "id": 3592278,
    "uri": "https://api.kexp.org/v2/plays/3592278/?format=api",
    "airdate": "2025-12-17T13:00:03-08:00",
    "show": 65402,
    "show_uri": "https://api.kexp.org/v2/shows/65402/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Running Out of Time",
    "track_id": null,
    "recording_id": "df720041-d16c-4170-a247-3fde29d338e8",
    "artist": "Alex Simon",
    "artist_ids": [
        "5d5f8d18-0842-4bd9-a563-31eafbd4fd8e"
    ],
    "album": "The Sound of Love International #002",
    "release_id": null,
    "release_group_id": "b0799e16-299c-4718-ba1c-e29b828dc3a7",
    "labels": [
        "Love International X Test Pressing"
    ],
    "label_ids": [
        "0315262f-3d85-4467-a01a-15b7e776dbc0"
    ],
    "release_date": "2019-05-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.discogs.com/release/5126596-Alex-Simon-Runnin-Out-Of-Time",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}