Information about plays

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

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

{
    "id": 3429329,
    "uri": "https://api.kexp.org/v2/plays/3429329/?format=api",
    "airdate": "2024-11-24T03:02:16-08:00",
    "show": 61932,
    "show_uri": "https://api.kexp.org/v2/shows/61932/?format=api",
    "image_uri": "https://ia601205.us.archive.org/29/items/mbid-76e09721-bd96-4b62-8d62-0416a0706dc4/mbid-76e09721-bd96-4b62-8d62-0416a0706dc4-11723732443_thumb500.jpg",
    "thumbnail_uri": "https://ia601205.us.archive.org/29/items/mbid-76e09721-bd96-4b62-8d62-0416a0706dc4/mbid-76e09721-bd96-4b62-8d62-0416a0706dc4-11723732443_thumb250.jpg",
    "song": "Atomic",
    "track_id": "64d34f96-dd21-39e2-b63d-29f3261e04ea",
    "recording_id": "454bed44-2f9c-4285-b859-6704030cac6c",
    "artist": "Blondie",
    "artist_ids": [
        "4d2956d1-a3f7-44bb-9a41-67563e1a0c94"
    ],
    "album": "Eat to the Beat",
    "release_id": "76e09721-bd96-4b62-8d62-0416a0706dc4",
    "release_group_id": "d3d9f1bb-8b4b-3bc0-b544-dd3c8b776fec",
    "labels": [
        "Chrysalis"
    ],
    "label_ids": [
        "ed5601e5-7c54-426e-982a-1a208dd0b0ad"
    ],
    "release_date": "2001-09-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday to the drummer of Blondie, Clem Burke!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}