Information about plays

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

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

{
    "id": 3562670,
    "uri": "https://api.kexp.org/v2/plays/3562670/?format=api",
    "airdate": "2025-10-08T11:02:37-07:00",
    "show": 64779,
    "show_uri": "https://api.kexp.org/v2/shows/64779/?format=api",
    "image_uri": "https://ia800205.us.archive.org/17/items/mbid-1a3422a3-bedc-3c7a-a984-b0fd51c0e5ec/mbid-1a3422a3-bedc-3c7a-a984-b0fd51c0e5ec-9725720160_thumb500.jpg",
    "thumbnail_uri": "https://ia600205.us.archive.org/17/items/mbid-1a3422a3-bedc-3c7a-a984-b0fd51c0e5ec/mbid-1a3422a3-bedc-3c7a-a984-b0fd51c0e5ec-9725720160_thumb250.jpg",
    "song": "The Next Movement",
    "track_id": "1e376c05-565d-3a31-bd4e-d093ae4f496a",
    "recording_id": "88f248ac-2df4-4664-b7ea-570b1e1ac4d8",
    "artist": "The Roots",
    "artist_ids": [
        "80b3cf5e-18fe-4c59-98c7-e5bb87210710"
    ],
    "album": "Things Fall Apart",
    "release_id": "1a3422a3-bedc-3c7a-a984-b0fd51c0e5ec",
    "release_group_id": "8f341430-85b9-3a66-875f-ed1202868393",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1999-02-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#324\n\nThe Roots are a hip hop band formed in 1987 by rapper Tariq \"Black Thought\" Trotter and drummer Ahmir \"Questlove\" Thompson.\n\nhttps://www.theroots.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}