Information about plays

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

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

{
    "id": 3421815,
    "uri": "https://api.kexp.org/v2/plays/3421815/?format=api",
    "airdate": "2024-11-05T18:35:05-08:00",
    "show": 61773,
    "show_uri": "https://api.kexp.org/v2/shows/61773/?format=api",
    "image_uri": "https://coverartarchive.org/release/6959c107-f0fd-4563-abb7-49272ec364cd/18396650925-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6959c107-f0fd-4563-abb7-49272ec364cd/18396650925-250.jpg",
    "song": "Eric B. Is President",
    "track_id": null,
    "recording_id": "c68f2137-a0bd-4846-a2a3-a274ebd64615",
    "artist": "Eric B. & Rakim",
    "artist_ids": [
        "925228de-bbe5-4c7b-b76f-78e382ec9148"
    ],
    "album": "Eric B. Is President / My Melody",
    "release_id": null,
    "release_group_id": "b37ca83f-8b2d-4b59-9458-a47db57d1d9c",
    "labels": [
        "Zakia"
    ],
    "label_ids": [],
    "release_date": "1986-06-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "If only. Kermit the Frog as VP?\n\n(lots of requests for this one, including Aaron)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}