Information about plays

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

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

{
    "id": 3579463,
    "uri": "https://api.kexp.org/v2/plays/3579463/?format=api",
    "airdate": "2025-11-17T16:03:32-08:00",
    "show": 65139,
    "show_uri": "https://api.kexp.org/v2/shows/65139/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Yes, I'm Your Angel",
    "track_id": null,
    "recording_id": "3b45e78a-1d3e-4c04-a16e-fa8a9343d9bf",
    "artist": "John Lennon & Yoko Ono",
    "artist_ids": [
        "4d5447d7-c61c-4120-ba1b-d7f471d385b9",
        "b0b33754-a664-43b7-ba00-be0dc4ec2396"
    ],
    "album": "Double Fantasy",
    "release_id": null,
    "release_group_id": "790ec782-7344-366c-af67-4a427bcaf991",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1980-11-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}