Information about plays

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

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

{
    "id": 3500661,
    "uri": "https://api.kexp.org/v2/plays/3500661/?format=api",
    "airdate": "2025-05-13T02:28:28-07:00",
    "show": 63447,
    "show_uri": "https://api.kexp.org/v2/shows/63447/?format=api",
    "image_uri": "https://ia601201.us.archive.org/13/items/mbid-c0f7cbb5-822b-4842-90f4-959c9a560b75/mbid-c0f7cbb5-822b-4842-90f4-959c9a560b75-13943158718_thumb500.jpg",
    "thumbnail_uri": "https://ia601201.us.archive.org/13/items/mbid-c0f7cbb5-822b-4842-90f4-959c9a560b75/mbid-c0f7cbb5-822b-4842-90f4-959c9a560b75-13943158718_thumb250.jpg",
    "song": "Fight the Power, Part 1 & 2",
    "track_id": "5c7df9dd-2ff8-353a-85f1-1ccede0ae5d0",
    "recording_id": "364d5977-128f-41b0-a9ff-983958c786b9",
    "artist": "The Isley Brothers",
    "artist_ids": [
        "4a76400d-283f-492e-9754-18ef41755f81"
    ],
    "album": "The Heat Is On",
    "release_id": "c0f7cbb5-822b-4842-90f4-959c9a560b75",
    "release_group_id": "3a85abb4-6666-37b2-a9d1-1ea4bbc1deef",
    "labels": [
        "T-Neck Records"
    ],
    "label_ids": [
        "3d1c2ffa-cfc1-4a55-a27e-d7045cf5adee"
    ],
    "release_date": "1975-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}