Information about plays

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

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

{
    "id": 3585755,
    "uri": "https://api.kexp.org/v2/plays/3585755/?format=api",
    "airdate": "2025-12-02T07:35:46-08:00",
    "show": 65269,
    "show_uri": "https://api.kexp.org/v2/shows/65269/?format=api",
    "image_uri": "https://ia801909.us.archive.org/31/items/mbid-0dfa1061-f8b2-4dab-bf1b-8ecdc3033628/mbid-0dfa1061-f8b2-4dab-bf1b-8ecdc3033628-14455774291_thumb500.jpg",
    "thumbnail_uri": "https://ia801909.us.archive.org/31/items/mbid-0dfa1061-f8b2-4dab-bf1b-8ecdc3033628/mbid-0dfa1061-f8b2-4dab-bf1b-8ecdc3033628-14455774291_thumb250.jpg",
    "song": "Truth",
    "track_id": "8478740d-cf85-3d88-b7e3-3632f3b66e87",
    "recording_id": "1361d3a6-eda6-48e1-9dde-4c4c66ddc4fd",
    "artist": "Alexander",
    "artist_ids": [
        "a22e0fde-9f2b-4c29-aa87-5a987cb1cc7c"
    ],
    "album": "Alexander",
    "release_id": "0dfa1061-f8b2-4dab-bf1b-8ecdc3033628",
    "release_group_id": "9f69a536-d25f-4614-80cb-0b3e132a9898",
    "labels": [
        "Vagrant Records"
    ],
    "label_ids": [
        "56c4226d-8962-4807-9ffa-dd6a10358fbb"
    ],
    "release_date": "2011-03-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Alexander is the first solo album by Alex Ebert, lead singer of Edward Sharpe and the Magnetic Zeros and Ima Robot. He played all the instruments on the album.\n\nhttps://alex-ebert.bandcamp.com/album/alexander",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}