Information about plays

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

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

{
    "id": 3520145,
    "uri": "https://api.kexp.org/v2/plays/3520145/?format=api",
    "airdate": "2025-06-28T22:11:28-07:00",
    "show": 63865,
    "show_uri": "https://api.kexp.org/v2/shows/63865/?format=api",
    "image_uri": "https://coverartarchive.org/release/4b552683-29ea-432e-ae67-6081e77a9f7a/17080342918-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4b552683-29ea-432e-ae67-6081e77a9f7a/17080342918-250.jpg",
    "song": "I Hope You Get Drafted",
    "track_id": null,
    "recording_id": "38ecf5e8-bc76-4dc2-b0f3-ae1179edacc1",
    "artist": "Dicks",
    "artist_ids": [
        "1cf41bc8-6033-4294-8e45-68613a80aae4"
    ],
    "album": "These People",
    "release_id": null,
    "release_group_id": "7eb85094-0bab-46bb-9bb8-702e2074ea4c",
    "labels": [
        "Alternative Tentacles"
    ],
    "label_ids": [
        "f1273178-651b-4d02-8f21-4ab1ec5a689a"
    ],
    "release_date": "1985-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}