Information about plays

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

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

{
    "id": 3559068,
    "uri": "https://api.kexp.org/v2/plays/3559068/?format=api",
    "airdate": "2025-09-29T02:39:07-07:00",
    "show": 64696,
    "show_uri": "https://api.kexp.org/v2/shows/64696/?format=api",
    "image_uri": "https://coverartarchive.org/release/025a9fd2-54ce-40b4-901b-a8d8ff7bb011/9677099944-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/025a9fd2-54ce-40b4-901b-a8d8ff7bb011/9677099944-250.jpg",
    "song": "She Rote",
    "track_id": null,
    "recording_id": "8ad5c029-9ada-4fca-b56c-8c9a267b5986",
    "artist": "Charlie Parker",
    "artist_ids": [
        "c7356af9-9ea6-4a78-a55b-c73775716312"
    ],
    "album": "The Complete Verve Master Takes",
    "release_id": null,
    "release_group_id": "d520e411-b332-3bcb-bf38-75e17ac18ab4",
    "labels": [
        "Verve"
    ],
    "label_ids": [
        "99a24d71-54c1-4d3f-88cc-00fbcc4fce83"
    ],
    "release_date": "2003-10-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}