Information about plays

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

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

{
    "id": 3571602,
    "uri": "https://api.kexp.org/v2/plays/3571602/?format=api",
    "airdate": "2025-10-30T00:00:16-07:00",
    "show": 64969,
    "show_uri": "https://api.kexp.org/v2/shows/64969/?format=api",
    "image_uri": "https://dn710000.ca.archive.org/0/items/mbid-093f0989-3361-4238-8f6a-c7bc50ab6bcd/mbid-093f0989-3361-4238-8f6a-c7bc50ab6bcd-34188284028_thumb500.jpg",
    "thumbnail_uri": "https://dn710000.ca.archive.org/0/items/mbid-093f0989-3361-4238-8f6a-c7bc50ab6bcd/mbid-093f0989-3361-4238-8f6a-c7bc50ab6bcd-34188284028_thumb250.jpg",
    "song": "Hungry Like the Wolf",
    "track_id": "4ba98a61-75ec-48f6-9390-d6236774ad32",
    "recording_id": "e8341afb-20a6-4a14-8e77-f028cd2dfac6",
    "artist": "Duran Duran",
    "artist_ids": [
        "1a1cd7f3-e5df-4eca-bae2-2757c9e656b5"
    ],
    "album": "Rio",
    "release_id": "093f0989-3361-4238-8f6a-c7bc50ab6bcd",
    "release_group_id": "3c638420-8208-3c01-b723-f061b10e3f3a",
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "1983-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}