Information about plays

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

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

{
    "id": 3579461,
    "uri": "https://api.kexp.org/v2/plays/3579461/?format=api",
    "airdate": "2025-11-17T16:02:29-08:00",
    "show": 65138,
    "show_uri": "https://api.kexp.org/v2/shows/65138/?format=api",
    "image_uri": "https://coverartarchive.org/release/37864a95-c898-4fd8-8fe2-1e6060fff2ce/21698047417-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/37864a95-c898-4fd8-8fe2-1e6060fff2ce/21698047417-250.jpg",
    "song": "Yes, I’m Your Angel",
    "track_id": null,
    "recording_id": "f0f00b14-b6c8-46b9-b1f9-6b490ce2960f",
    "artist": "John Lennon & Yoko Ono",
    "artist_ids": [
        "4d5447d7-c61c-4120-ba1b-d7f471d385b9",
        "b0b33754-a664-43b7-ba00-be0dc4ec2396"
    ],
    "album": "Double Fantasy Stripped Down",
    "release_id": null,
    "release_group_id": "75c5f554-72c1-4ccd-8d2f-6d29d3cdd9c6",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2010-10-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}