Information about plays

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

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

{
    "id": 3580639,
    "uri": "https://api.kexp.org/v2/plays/3580639/?format=api",
    "airdate": "2025-11-20T12:23:40-08:00",
    "show": 65161,
    "show_uri": "https://api.kexp.org/v2/shows/65161/?format=api",
    "image_uri": "https://ia800709.us.archive.org/2/items/mbid-51ddab7c-e7ae-4336-a7bc-8249cd405375/mbid-51ddab7c-e7ae-4336-a7bc-8249cd405375-41720712540_thumb500.jpg",
    "thumbnail_uri": "https://ia600709.us.archive.org/2/items/mbid-51ddab7c-e7ae-4336-a7bc-8249cd405375/mbid-51ddab7c-e7ae-4336-a7bc-8249cd405375-41720712540_thumb250.jpg",
    "song": "Same but Different Now",
    "track_id": "84a2ca42-2d34-4e03-a985-38e3979e5e86",
    "recording_id": "81d4677d-8ccf-4bc9-b12d-5262b06cfeec",
    "artist": "Greet Death",
    "artist_ids": [
        "53976d93-4b94-4802-aa96-b7c288742c3b"
    ],
    "album": "Die in Love",
    "release_id": "51ddab7c-e7ae-4336-a7bc-8249cd405375",
    "release_group_id": "0dfa76f3-ed7b-4a74-9dcb-26f6a0439bae",
    "labels": [
        "Deathwish Inc."
    ],
    "label_ids": [
        "2d106e3c-96ef-433e-935f-00b6b505ae0f"
    ],
    "release_date": "2025-06-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Flint, Michigan, band Greet Death played Live on KEXP last Friday, Nov. 14, at 11 AM! \n\nYou can still listen back on the performance in the two-week streaming archive here:\n\nhttps://www.kexp.org/archive/\n\n--\n\nAnd make sure to subscribe to KEXP's YouTube channel to get notified when the video of the performance launches: https://www.youtube.com/kexp",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}