Information about plays

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

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

{
    "id": 3574486,
    "uri": "https://api.kexp.org/v2/plays/3574486/?format=api",
    "airdate": "2025-11-05T23:06:32-08:00",
    "show": 65033,
    "show_uri": "https://api.kexp.org/v2/shows/65033/?format=api",
    "image_uri": "https://coverartarchive.org/release/42343ddf-b7fe-459d-afc8-ec0287757bb8/35198966631-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/42343ddf-b7fe-459d-afc8-ec0287757bb8/35198966631-250.jpg",
    "song": "Do The Robot",
    "track_id": null,
    "recording_id": "235a7a4e-7568-4ded-a4b0-9f10bdbdf21b",
    "artist": "The Saints",
    "artist_ids": [
        "0f1e84e4-2417-4f9e-a3f4-6db2cf11a46d"
    ],
    "album": "This Perfect Day",
    "release_id": null,
    "release_group_id": "c31d30a3-74e9-4ce1-ba09-3aa81f1a0e7a",
    "labels": [
        "Harvest"
    ],
    "label_ids": [
        "993af7f6-bb99-456b-83e7-5e728ea80a0e"
    ],
    "release_date": "1977-07-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}