Information about plays

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

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

{
    "id": 3594281,
    "uri": "https://api.kexp.org/v2/plays/3594281/?format=api",
    "airdate": "2025-12-22T02:08:10-08:00",
    "show": 65444,
    "show_uri": "https://api.kexp.org/v2/shows/65444/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Juno",
    "track_id": null,
    "recording_id": "92c59b38-fec6-4de2-80a9-12c92fec840b",
    "artist": "Out Of/Into",
    "artist_ids": [
        "897b9986-e9ce-4b0f-ac4a-2c3d1251bf0f"
    ],
    "album": "Motion II",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Blue Note Records"
    ],
    "label_ids": [
        "d3865f1e-ae0c-4a97-99b9-016966d49cb5"
    ],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out Of/Into Is the Blue Note Supergroup formed by Gerald Clayton on Piano, Immanuel Wilkins on Alto, Joel Ross on Vibes, Kendrick Scott on Drums and Matt Brewer on Bass. This is the second installment of albums, released this year",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}