Information about plays

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

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

{
    "id": 3422348,
    "uri": "https://api.kexp.org/v2/plays/3422348/?format=api",
    "airdate": "2024-11-07T03:52:14-08:00",
    "show": 61784,
    "show_uri": "https://api.kexp.org/v2/shows/61784/?format=api",
    "image_uri": "https://ia601909.us.archive.org/16/items/mbid-430ff24a-1b7e-442d-8de9-29b0c47c3025/mbid-430ff24a-1b7e-442d-8de9-29b0c47c3025-3907812640_thumb500.jpg",
    "thumbnail_uri": "https://ia801909.us.archive.org/16/items/mbid-430ff24a-1b7e-442d-8de9-29b0c47c3025/mbid-430ff24a-1b7e-442d-8de9-29b0c47c3025-3907812640_thumb250.jpg",
    "song": "Keep on Keepin' On",
    "track_id": "a7fbbc7b-e4f6-3edd-b69d-a9b697c08295",
    "recording_id": "82ab28e2-c316-4736-bcb5-5748cd88a25d",
    "artist": "Woody Herman",
    "artist_ids": [
        "73bb2ece-7ef7-4ee9-b3a0-bffe0b481bb0"
    ],
    "album": "The History of Chess Jazz",
    "release_id": "430ff24a-1b7e-442d-8de9-29b0c47c3025",
    "release_group_id": "500302d6-f198-39d3-b1f6-ab22ef05e564",
    "labels": [],
    "label_ids": [],
    "release_date": "1996-01-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}