Information about plays

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

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

{
    "id": 3545302,
    "uri": "https://api.kexp.org/v2/plays/3545302/?format=api",
    "airdate": "2025-08-27T01:34:34-07:00",
    "show": 64398,
    "show_uri": "https://api.kexp.org/v2/shows/64398/?format=api",
    "image_uri": "https://ia600403.us.archive.org/15/items/mbid-43b41058-0972-4934-a6da-22e5e1d038f3/mbid-43b41058-0972-4934-a6da-22e5e1d038f3-32796223418_thumb500.jpg",
    "thumbnail_uri": "https://ia600403.us.archive.org/15/items/mbid-43b41058-0972-4934-a6da-22e5e1d038f3/mbid-43b41058-0972-4934-a6da-22e5e1d038f3-32796223418_thumb250.jpg",
    "song": "Sleepyhead",
    "track_id": "365a6c94-4d48-37a5-aa54-2ac3755c5928",
    "recording_id": "13e8816a-68f4-4eef-ae5f-b06955477b8f",
    "artist": "Passion Pit",
    "artist_ids": [
        "daeec599-bf5d-4428-994a-e76ba5f86e2f"
    ],
    "album": "Manners",
    "release_id": "12b93d10-c4fd-3058-830b-ae2c19145ab7",
    "release_group_id": "cdaae438-be2a-331b-939c-ee706b808232",
    "labels": [
        "Frenchkiss Records"
    ],
    "label_ids": [
        "dfbbcec7-ad28-4340-a440-c08b064382ba"
    ],
    "release_date": "2009-05-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Watch Passion Pit perform \"Sleepyhead\" live in the KEXP studio back in 2008: https://www.youtube.com/watch?v=C_clL6evDxg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}