Information about plays

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

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

{
    "id": 3576244,
    "uri": "https://api.kexp.org/v2/plays/3576244/?format=api",
    "airdate": "2025-11-10T01:19:10-08:00",
    "show": 65090,
    "show_uri": "https://api.kexp.org/v2/shows/65090/?format=api",
    "image_uri": "https://coverartarchive.org/release/df4fe733-7692-4bd4-bdd3-6b8633d6abb2/15724216932-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/df4fe733-7692-4bd4-bdd3-6b8633d6abb2/15724216932-250.jpg",
    "song": "Am I Blue",
    "track_id": null,
    "recording_id": "2eb80d57-b8d5-451b-9ccd-222796428d46",
    "artist": "Sheila Jordan",
    "artist_ids": [
        "92d3929a-f2e3-41e1-9cfa-54181a185f2c"
    ],
    "album": "Portrait of Sheila",
    "release_id": null,
    "release_group_id": "d8725efe-88a0-3390-b4d5-9b5cfa23197b",
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "1962-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}