Information about plays

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

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

{
    "id": 3422060,
    "uri": "https://api.kexp.org/v2/plays/3422060/?format=api",
    "airdate": "2024-11-06T10:13:41-08:00",
    "show": 61779,
    "show_uri": "https://api.kexp.org/v2/shows/61779/?format=api",
    "image_uri": "https://ia801304.us.archive.org/13/items/mbid-de3fc9ac-4f6b-42a4-bbe6-f06b9ba7411c/mbid-de3fc9ac-4f6b-42a4-bbe6-f06b9ba7411c-14796803998_thumb500.jpg",
    "thumbnail_uri": "https://ia601304.us.archive.org/13/items/mbid-de3fc9ac-4f6b-42a4-bbe6-f06b9ba7411c/mbid-de3fc9ac-4f6b-42a4-bbe6-f06b9ba7411c-14796803998_thumb250.jpg",
    "song": "Lean on Me",
    "track_id": "b667f507-6dd3-37e1-bd66-e8a4d4f5a7e8",
    "recording_id": "21c22022-3d36-4e6b-a542-5d964297491a",
    "artist": "Bill Withers",
    "artist_ids": [
        "fd1a2d9d-9bb6-44de-83a3-41560658aba9"
    ],
    "album": "Still Bill",
    "release_id": "de3fc9ac-4f6b-42a4-bbe6-f06b9ba7411c",
    "release_group_id": "63544e97-de86-3096-8702-250590ae5f90",
    "labels": [
        "Sussex"
    ],
    "label_ids": [
        "feb8b4fb-5ac8-447c-b09c-a9329d39d63b"
    ],
    "release_date": "1972-11-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Sometimes in our lives, We all have pain,\nWe all have sorrow, But if we are wise, \nWe know that there's always tomorrow...\"\n\nMusic heals.\nThank you for using KEXP to lean on today.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}