Information about plays

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

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

{
    "id": 3552791,
    "uri": "https://api.kexp.org/v2/plays/3552791/?format=api",
    "airdate": "2025-09-14T02:23:14-07:00",
    "show": 64558,
    "show_uri": "https://api.kexp.org/v2/shows/64558/?format=api",
    "image_uri": "https://ia601904.us.archive.org/32/items/mbid-f5dcd9e6-c8e2-4d7f-8778-e6659328390a/mbid-f5dcd9e6-c8e2-4d7f-8778-e6659328390a-26393899636_thumb500.jpg",
    "thumbnail_uri": "https://ia601904.us.archive.org/32/items/mbid-f5dcd9e6-c8e2-4d7f-8778-e6659328390a/mbid-f5dcd9e6-c8e2-4d7f-8778-e6659328390a-26393899636_thumb250.jpg",
    "song": "Pick Me Up",
    "track_id": "af8c4261-3d27-36ff-ab08-3bac5069f800",
    "recording_id": "953ddabb-39df-41a5-a753-5dc65550432e",
    "artist": "Dinosaur Jr.",
    "artist_ids": [
        "77c167d2-4965-4421-830a-9815e4956475"
    ],
    "album": "Beyond",
    "release_id": "f5dcd9e6-c8e2-4d7f-8778-e6659328390a",
    "release_group_id": "e45ecb83-b53c-37d4-81f4-a64a9daadc26",
    "labels": [
        "Fat Possum Records"
    ],
    "label_ids": [
        "76da5b47-69e8-49e7-a2fc-62d296b6224f"
    ],
    "release_date": "2007-05-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}