Information about plays

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

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

{
    "id": 3421719,
    "uri": "https://api.kexp.org/v2/plays/3421719/?format=api",
    "airdate": "2024-11-05T12:20:16-08:00",
    "show": 61770,
    "show_uri": "https://api.kexp.org/v2/shows/61770/?format=api",
    "image_uri": "https://ia801706.us.archive.org/5/items/mbid-9eeff99c-73f8-3b43-b00b-3bfebceb1e97/mbid-9eeff99c-73f8-3b43-b00b-3bfebceb1e97-29659620945_thumb500.jpg",
    "thumbnail_uri": "https://ia801706.us.archive.org/5/items/mbid-9eeff99c-73f8-3b43-b00b-3bfebceb1e97/mbid-9eeff99c-73f8-3b43-b00b-3bfebceb1e97-29659620945_thumb250.jpg",
    "song": "The Power Is On",
    "track_id": "e3883ab8-1315-3f6d-b836-56fafdf3f5ea",
    "recording_id": "88da1e18-a95c-4ded-9ddf-a2a05098585e",
    "artist": "The Go! Team",
    "artist_ids": [
        "8a396a9c-2e4f-47e2-a587-c26e93a0953f"
    ],
    "album": "Thunder, Lightning, Strike",
    "release_id": "9eeff99c-73f8-3b43-b00b-3bfebceb1e97",
    "release_group_id": "370f0e88-abf3-3a22-a7cd-9cb0c3ebdc61",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2005-10-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch \"cheerleader punk\" band The Go! Team performing \"The Power Is On\" live: https://youtu.be/iNlILZ9PkF8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}