Information about plays

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

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

{
    "id": 3524285,
    "uri": "https://api.kexp.org/v2/plays/3524285/?format=api",
    "airdate": "2025-07-08T10:11:59-07:00",
    "show": 63957,
    "show_uri": "https://api.kexp.org/v2/shows/63957/?format=api",
    "image_uri": "https://ia800702.us.archive.org/14/items/mbid-5fb66781-17d5-34c6-9ff0-eeba19d4e240/mbid-5fb66781-17d5-34c6-9ff0-eeba19d4e240-5570276550_thumb500.jpg",
    "thumbnail_uri": "https://ia800702.us.archive.org/14/items/mbid-5fb66781-17d5-34c6-9ff0-eeba19d4e240/mbid-5fb66781-17d5-34c6-9ff0-eeba19d4e240-5570276550_thumb250.jpg",
    "song": "My Girls",
    "track_id": "257dc2e8-6c85-36ad-93ff-921965945f1a",
    "recording_id": "4679d415-5bab-4bc5-bf08-81c3f32784ff",
    "artist": "Animal Collective",
    "artist_ids": [
        "0c751690-c784-4a4f-b1e4-c1de27d47581"
    ],
    "album": "Merriweather Post Pavilion",
    "release_id": "5fb66781-17d5-34c6-9ff0-eeba19d4e240",
    "release_group_id": "b059890c-d415-3e65-aaed-52c810565922",
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "bfe26801-a86f-49b9-8502-05ae80b02594"
    ],
    "release_date": "2009-01-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Roland website discusses how Animal Collective used a Roland JUNO-60 arpeggiator to create this shimmering sound: https://articles.roland.com/my-girls-animal-collective/\n--\nSee the official video: https://www.youtube.com/watch?v=zol2MJf6XNE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}