Information about plays

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

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

{
    "id": 3587002,
    "uri": "https://api.kexp.org/v2/plays/3587002/?format=api",
    "airdate": "2025-12-05T04:47:30-08:00",
    "show": 65291,
    "show_uri": "https://api.kexp.org/v2/shows/65291/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Don't Want to Live on the Moon",
    "track_id": null,
    "recording_id": "d813fd9b-6dde-4021-879e-823faaf347b5",
    "artist": "Aaron Neville",
    "artist_ids": [
        "2f53411b-ec29-4979-aa46-62786a2bb377"
    ],
    "album": "Songs From the Street: 35 Years of Music",
    "release_id": null,
    "release_group_id": "0a55844a-9b4b-34f8-91f5-a56912d5f25f",
    "labels": [
        "Sony Wonder"
    ],
    "label_ids": [
        "24681a1b-c1ec-4f0b-b800-36d5b3814740"
    ],
    "release_date": "2003-09-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "✌️ to the Supermoon, last full moon of 2025 🌕",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}