Information about plays

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

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

{
    "id": 3582345,
    "uri": "https://api.kexp.org/v2/plays/3582345/?format=api",
    "airdate": "2025-11-24T11:25:09-08:00",
    "show": 65199,
    "show_uri": "https://api.kexp.org/v2/shows/65199/?format=api",
    "image_uri": "https://dn710003.ca.archive.org/0/items/mbid-23065f5c-e715-4bcf-93c9-a0e2a1d74fa7/mbid-23065f5c-e715-4bcf-93c9-a0e2a1d74fa7-34937328224_thumb500.jpg",
    "thumbnail_uri": "https://dn710003.ca.archive.org/0/items/mbid-23065f5c-e715-4bcf-93c9-a0e2a1d74fa7/mbid-23065f5c-e715-4bcf-93c9-a0e2a1d74fa7-34937328224_thumb250.jpg",
    "song": "Monday",
    "track_id": "5314e065-fbd4-4f0b-a794-223b7884df13",
    "recording_id": "50f40754-536a-42d2-a690-f4cd446695cd",
    "artist": "The Jam",
    "artist_ids": [
        "23228f18-01d5-493e-94ce-cfcde82a8db2"
    ],
    "album": "Sound Affects",
    "release_id": "23065f5c-e715-4bcf-93c9-a0e2a1d74fa7",
    "release_group_id": "720d64da-e200-3bea-ae34-9cc0ea83c66e",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1997-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Required by law to play today for *obvious* reasons. \n\nhttps://www.thejamofficial.com/\nhttps://www.paulweller.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}