Information about plays

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

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

{
    "id": 3585313,
    "uri": "https://api.kexp.org/v2/plays/3585313/?format=api",
    "airdate": "2025-12-01T06:14:11-08:00",
    "show": 65260,
    "show_uri": "https://api.kexp.org/v2/shows/65260/?format=api",
    "image_uri": "https://ia802807.us.archive.org/10/items/mbid-cb0f5d3b-f211-3cd1-8ecc-6fd20ce5336a/mbid-cb0f5d3b-f211-3cd1-8ecc-6fd20ce5336a-21576276392_thumb500.jpg",
    "thumbnail_uri": "https://ia802807.us.archive.org/10/items/mbid-cb0f5d3b-f211-3cd1-8ecc-6fd20ce5336a/mbid-cb0f5d3b-f211-3cd1-8ecc-6fd20ce5336a-21576276392_thumb250.jpg",
    "song": "Ball and Chain",
    "track_id": "c04ee03b-2fbd-3c73-b96a-214014501e45",
    "recording_id": "b37fba0d-53f2-4da3-a81d-6429f9a3aa0d",
    "artist": "XTC",
    "artist_ids": [
        "97c86b2c-2765-46a2-aef8-76a7e24c430f"
    ],
    "album": "English Settlement",
    "release_id": "f0baa9dd-96bd-35a4-8600-735da24a6b7e",
    "release_group_id": "d1cf6125-2cbb-3be0-81fb-a60c9491e9a5",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1982-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "English Settlement was the fifth studio album and first double album by the English rock band XTC, released Feb. 12 1982 on Virgin Records.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}