Information about plays

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

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

{
    "id": 3606373,
    "uri": "https://api.kexp.org/v2/plays/3606373/?format=api",
    "airdate": "2026-01-19T12:16:39-08:00",
    "show": 65699,
    "show_uri": "https://api.kexp.org/v2/shows/65699/?format=api",
    "image_uri": "https://coverartarchive.org/release/b636c814-b76e-48e0-a547-c02954bf8d19/1673779810-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b636c814-b76e-48e0-a547-c02954bf8d19/1673779810-250.jpg",
    "song": "My Philosophy",
    "track_id": null,
    "recording_id": "8bbc8428-f20e-4292-91f4-2eba29c31441",
    "artist": "Boogie Down Productions",
    "artist_ids": [
        "ff7466a5-c538-4d2b-8450-54f11b20f2f4"
    ],
    "album": "By All Means Necessary",
    "release_id": null,
    "release_group_id": "508f9242-acc1-3df2-b2e3-4651a0532cf4",
    "labels": [
        "Jive"
    ],
    "label_ids": [
        "79245298-c0ba-4eba-aecc-3dfe8eeb689f"
    ],
    "release_date": "1988-05-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "By request from Ryan!\n\nThe album's name and album cover are both inspired by Malcolm X. By All Means Necessary is a reference to Malcolm's speech at the founding rally of the Organization of Afro-American Unity in 1964, and the album cover was inspired by a famous picture of Malcolm X.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}