Information about plays

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

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

{
    "id": 3578860,
    "uri": "https://api.kexp.org/v2/plays/3578860/?format=api",
    "airdate": "2025-11-16T05:56:27-08:00",
    "show": 65124,
    "show_uri": "https://api.kexp.org/v2/shows/65124/?format=api",
    "image_uri": "https://dn710305.ca.archive.org/0/items/mbid-eef3f2f5-8925-47be-97a3-469a7421c387/mbid-eef3f2f5-8925-47be-97a3-469a7421c387-2685431738_thumb500.jpg",
    "thumbnail_uri": "https://dn710305.ca.archive.org/0/items/mbid-eef3f2f5-8925-47be-97a3-469a7421c387/mbid-eef3f2f5-8925-47be-97a3-469a7421c387-2685431738_thumb250.jpg",
    "song": "3rd Planet",
    "track_id": "7010da1d-16b9-3b11-b340-626504fd64c5",
    "recording_id": "f0f10c0a-e7c9-478d-9e16-f98af6f4f287",
    "artist": "Modest Mouse",
    "artist_ids": [
        "a96ac800-bfcb-412a-8a63-0a98df600700"
    ],
    "album": "The Moon & Antarctica",
    "release_id": "eef3f2f5-8925-47be-97a3-469a7421c387",
    "release_group_id": "a8e26959-b3b2-3440-a74a-0dc06cd6310d",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "2000-06-13",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"Well the universe is shaped exactly like the earth, If you go straight long enough you'll end up where you were\" \nOh my God, Isaac, it most certainly is not, read a book, Jesus.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}