Information about plays

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

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

{
    "id": 3551022,
    "uri": "https://api.kexp.org/v2/plays/3551022/?format=api",
    "airdate": "2025-09-09T22:02:00-07:00",
    "show": 64520,
    "show_uri": "https://api.kexp.org/v2/shows/64520/?format=api",
    "image_uri": "https://coverartarchive.org/release/c37d7780-15fe-4b49-ac01-a3271500dcd2/39726575277-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c37d7780-15fe-4b49-ac01-a3271500dcd2/39726575277-250.jpg",
    "song": "Limones",
    "track_id": null,
    "recording_id": "9096c316-8255-4335-9f1d-350f4f8f27ce",
    "artist": "Earthtones feat. Oliwa, Semblanzas del Río Guapi & Numu",
    "artist_ids": [
        "1b339d32-9557-4400-90d3-10accc991c28",
        "73ec559d-900a-4341-82ef-f965c460c8f2",
        "a8d82d1c-bef2-4377-b517-a8d3a2af18c0",
        "055ebdf7-fd9e-4ea5-80f1-21a89c4330cb"
    ],
    "album": "We Can Live Together",
    "release_id": null,
    "release_group_id": "d0841e6f-9c66-4469-ae59-bd7a179960f2",
    "labels": [
        "Wonderwheel Recordings"
    ],
    "label_ids": [
        "dc6e6168-8e93-4cfa-b0d6-dfa68a1adae3"
    ],
    "release_date": "2024-06-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hello, kicking off the sets tonight with this collaborative track. https://earthtonesmusic.bandcamp.com/track/limones-ft-oliwa-numu-semblanzas-del-rio-guapi",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}