Information about plays

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

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

{
    "id": 3542100,
    "uri": "https://api.kexp.org/v2/plays/3542100/?format=api",
    "airdate": "2025-08-19T14:59:25-07:00",
    "show": 64332,
    "show_uri": "https://api.kexp.org/v2/shows/64332/?format=api",
    "image_uri": "https://dn720707.ca.archive.org/0/items/mbid-813b8da3-706b-4c77-a1b5-685611ee5877/mbid-813b8da3-706b-4c77-a1b5-685611ee5877-42636866790_thumb500.jpg",
    "thumbnail_uri": "https://dn720707.ca.archive.org/0/items/mbid-813b8da3-706b-4c77-a1b5-685611ee5877/mbid-813b8da3-706b-4c77-a1b5-685611ee5877-42636866790_thumb250.jpg",
    "song": "Before You Realize It",
    "track_id": "9bfccd92-d035-4437-828d-02f6ed61f4b6",
    "recording_id": "a59f8256-3307-4e08-8a0c-392ca45af4ac",
    "artist": "The Mystery Lights",
    "artist_ids": [
        "9285e35e-275c-413f-aec5-a7172fb94577"
    ],
    "album": "Before You Realize It",
    "release_id": "813b8da3-706b-4c77-a1b5-685611ee5877",
    "release_group_id": "587d168c-54f4-4a8d-ab65-d8f2a12e1d19",
    "labels": [
        "Daptone Records"
    ],
    "label_ids": [
        "6507ff0e-035a-4a24-9bbe-e07b1e2224d8"
    ],
    "release_date": "2025-06-25",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Request from Dan!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}