Information about plays

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

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

{
    "id": 3421655,
    "uri": "https://api.kexp.org/v2/plays/3421655/?format=api",
    "airdate": "2024-11-05T08:43:10-08:00",
    "show": 61769,
    "show_uri": "https://api.kexp.org/v2/shows/61769/?format=api",
    "image_uri": "https://ia800508.us.archive.org/8/items/mbid-f9854ce2-a329-4a8d-a9ba-3b41ff93f80d/mbid-f9854ce2-a329-4a8d-a9ba-3b41ff93f80d-36872921534_thumb500.jpg",
    "thumbnail_uri": "https://ia600508.us.archive.org/8/items/mbid-f9854ce2-a329-4a8d-a9ba-3b41ff93f80d/mbid-f9854ce2-a329-4a8d-a9ba-3b41ff93f80d-36872921534_thumb250.jpg",
    "song": "The Rainbow Connection",
    "track_id": "ade4d092-a6f1-38d5-bc1d-f4fb8ca3e18a",
    "recording_id": "d41283fc-f090-4310-850d-a456d0b02e7f",
    "artist": "Kermit the Frog",
    "artist_ids": [
        "992a7ea8-96c1-4058-ba96-f811c8d01c77"
    ],
    "album": "The Muppet Movie",
    "release_id": "183a6167-c71d-37d2-b806-fef65cd727c3",
    "release_group_id": "11a87dc0-0812-3567-bbfc-1395ca323366",
    "labels": [
        "BMG Music"
    ],
    "label_ids": [
        "8ddaa8e2-34ac-4094-80b9-2575e3c8f553"
    ],
    "release_date": "1993-01-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Max",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}