Information about plays

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

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

{
    "id": 3585902,
    "uri": "https://api.kexp.org/v2/plays/3585902/?format=api",
    "airdate": "2025-12-02T15:46:54-08:00",
    "show": 65271,
    "show_uri": "https://api.kexp.org/v2/shows/65271/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Follow My Lead",
    "track_id": "a123b879-6b4b-47fd-b2c0-536a530cd786",
    "recording_id": "631a3663-4305-477d-b988-166aff50111b",
    "artist": "Brittany Davis",
    "artist_ids": [
        "b37debf5-8157-4998-bb80-1bb07914f3ff"
    ],
    "album": "Image Issues",
    "release_id": "41cee092-ead1-4cf6-b21d-a1ca2c3c9d8b",
    "release_group_id": "1d2564bc-297a-44d8-a6ed-afbf366f3e72",
    "labels": [
        "Loosegroove Records"
    ],
    "label_ids": [
        "46a478af-52fc-41db-868c-1abd9010f02f"
    ],
    "release_date": "2024-03-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Brittany Davis talks with Emily Fox about raising her voice in the face of adversity on her new album. Check out the podcast here and subscribe to KEXP's YouTube channel to stay updated for her live performance filmed at KEXP earlier this year: https://www.kexp.org/podcasts/sound-vision/2024/3/5/brittany-davis-raises-her-voice-on-image-issues/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}