Information about plays

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

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

{
    "id": 3580590,
    "uri": "https://api.kexp.org/v2/plays/3580590/?format=api",
    "airdate": "2025-11-20T09:17:31-08:00",
    "show": 65160,
    "show_uri": "https://api.kexp.org/v2/shows/65160/?format=api",
    "image_uri": "https://ia601705.us.archive.org/30/items/mbid-35975acd-f9c4-4dc4-8d30-83c85c1e61cb/mbid-35975acd-f9c4-4dc4-8d30-83c85c1e61cb-27073521942_thumb500.jpg",
    "thumbnail_uri": "https://ia601705.us.archive.org/30/items/mbid-35975acd-f9c4-4dc4-8d30-83c85c1e61cb/mbid-35975acd-f9c4-4dc4-8d30-83c85c1e61cb-27073521942_thumb250.jpg",
    "song": "Swim Until You Can’t See Land",
    "track_id": "30db5093-3e0c-36a0-b5c6-1575cea4e64e",
    "recording_id": "bf3da2b7-359a-424f-98bc-d543c662a4f6",
    "artist": "Frightened Rabbit",
    "artist_ids": [
        "dc21d171-7204-4759-9fd0-77d031aeb40c"
    ],
    "album": "The Winter of Mixed Drinks",
    "release_id": "cd2eda27-b39b-3b90-9085-223fa29ebb81",
    "release_group_id": "10dda573-58dd-41b5-aeaf-3d1e036bdce0",
    "labels": [
        "FatCat Records"
    ],
    "label_ids": [
        "21d42a26-b50d-4d1b-8494-ec07922919ce"
    ],
    "release_date": "2010-03-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy 44th bday to the late, great Scott Hutchison of Frightened Rabbit.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}