Information about plays

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

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

{
    "id": 3521854,
    "uri": "https://api.kexp.org/v2/plays/3521854/?format=api",
    "airdate": "2025-07-02T22:50:50-07:00",
    "show": 63903,
    "show_uri": "https://api.kexp.org/v2/shows/63903/?format=api",
    "image_uri": "https://ia601306.us.archive.org/3/items/mbid-d8e9e0f9-7ced-4176-a935-cfac17409d10/mbid-d8e9e0f9-7ced-4176-a935-cfac17409d10-9725971061_thumb500.jpg",
    "thumbnail_uri": "https://ia801306.us.archive.org/3/items/mbid-d8e9e0f9-7ced-4176-a935-cfac17409d10/mbid-d8e9e0f9-7ced-4176-a935-cfac17409d10-9725971061_thumb250.jpg",
    "song": "Here's Where the Story Ends",
    "track_id": "e57cb651-90d3-3e3b-b081-21c1b84cc184",
    "recording_id": "78e00040-d869-4759-992d-7c7b794f82fa",
    "artist": "The Sundays",
    "artist_ids": [
        "9df32318-47d5-4df7-bc68-3ed9e15eb0f6"
    ],
    "album": "Reading, Writing and Arithmetic",
    "release_id": "d8e9e0f9-7ced-4176-a935-cfac17409d10",
    "release_group_id": "a3915909-20c5-3dc5-931f-f0f9023bf2d8",
    "labels": [
        "DGC Records"
    ],
    "label_ids": [
        "68803e28-86fe-4a95-985f-8e493795ab31"
    ],
    "release_date": "1990-04-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}