Information about plays

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

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

{
    "id": 3521603,
    "uri": "https://api.kexp.org/v2/plays/3521603/?format=api",
    "airdate": "2025-07-02T10:06:36-07:00",
    "show": 63899,
    "show_uri": "https://api.kexp.org/v2/shows/63899/?format=api",
    "image_uri": "https://ia801401.us.archive.org/4/items/mbid-b3ab46fb-03b6-3215-aaed-98faad6aed91/mbid-b3ab46fb-03b6-3215-aaed-98faad6aed91-16781978661_thumb500.jpg",
    "thumbnail_uri": "https://ia601401.us.archive.org/4/items/mbid-b3ab46fb-03b6-3215-aaed-98faad6aed91/mbid-b3ab46fb-03b6-3215-aaed-98faad6aed91-16781978661_thumb250.jpg",
    "song": "U.F.O.",
    "track_id": "b505bb29-d416-3655-a7d7-8ddc3c44cccd",
    "recording_id": "6c6d8bba-0672-4e3e-8beb-6390f0a2fcdb",
    "artist": "The Wedding Present",
    "artist_ids": [
        "707622da-475f-48e1-905d-248718df6521"
    ],
    "album": "Hit Parade 2",
    "release_id": "958fb36a-b85f-32d3-b778-4f087ac3af78",
    "release_group_id": "d9eae15a-9a53-3524-bfe0-0b15136703c0",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Formed in 1968 under the name The Boyfriends, the group originally consisted guitarist Mick Bolton, bassist Pete Way and drummer Tick Torrazo.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}