Information about plays

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

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

{
    "id": 3618210,
    "uri": "https://api.kexp.org/v2/plays/3618210/?format=api",
    "airdate": "2026-02-16T07:35:15-08:00",
    "show": 65949,
    "show_uri": "https://api.kexp.org/v2/shows/65949/?format=api",
    "image_uri": "https://dn710008.ca.archive.org/0/items/mbid-cf781257-941c-4422-ab10-3d6c01a4aaf7/mbid-cf781257-941c-4422-ab10-3d6c01a4aaf7-32713960667_thumb500.jpg",
    "thumbnail_uri": "https://dn710008.ca.archive.org/0/items/mbid-cf781257-941c-4422-ab10-3d6c01a4aaf7/mbid-cf781257-941c-4422-ab10-3d6c01a4aaf7-32713960667_thumb250.jpg",
    "song": "Miles From Nowhere",
    "track_id": "caf03315-3b30-4084-b791-c27498b6febd",
    "recording_id": "01a7d4c0-2eeb-427a-aff4-c0b666b3b512",
    "artist": "Cat Stevens",
    "artist_ids": [
        "e2345fdf-2be7-47c5-a6dd-be64353ad134"
    ],
    "album": "Harold and Maude",
    "release_id": "cf781257-941c-4422-ab10-3d6c01a4aaf7",
    "release_group_id": "3cd2eab5-5081-3524-aaad-a651a1756b06",
    "labels": [
        "Island",
        "Cat-O-Log"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642",
        "574ff951-0456-49a3-bd44-b2a95addc967"
    ],
    "release_date": "2022-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From our album of the week!\n\nWatch a 1971 live performance of this classic: https://www.youtube.com/watch?v=v0x_Ytvq-OM\n\nhttps://catstevens.com/media/songs/miles-from-nowhere/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}