Information about plays

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

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

{
    "id": 3631946,
    "uri": "https://api.kexp.org/v2/plays/3631946/?format=api",
    "airdate": "2026-03-21T13:18:47-07:00",
    "show": 66242,
    "show_uri": "https://api.kexp.org/v2/shows/66242/?format=api",
    "image_uri": "https://dn710700.ca.archive.org/0/items/mbid-d9ce64be-7602-3bd7-8c02-0b1768509a6a/mbid-d9ce64be-7602-3bd7-8c02-0b1768509a6a-10431117286_thumb500.jpg",
    "thumbnail_uri": "https://dn710700.ca.archive.org/0/items/mbid-d9ce64be-7602-3bd7-8c02-0b1768509a6a/mbid-d9ce64be-7602-3bd7-8c02-0b1768509a6a-10431117286_thumb250.jpg",
    "song": "Evil Woman",
    "track_id": "5e94c664-02da-3c44-b0eb-cf93e0a7be7b",
    "recording_id": "853220d7-4317-451e-bd7c-4cce7d89bb61",
    "artist": "Electric Light Orchestra",
    "artist_ids": [
        "0c502791-4ee9-4c5f-9696-0602b721ff3b"
    ],
    "album": "ELO's Greatest Hits",
    "release_id": "d9ce64be-7602-3bd7-8c02-0b1768509a6a",
    "release_group_id": "3707903e-f693-3979-a46d-a08933099ecf",
    "labels": [
        "Jet Records",
        "CBS Associated Records"
    ],
    "label_ids": [
        "ffb28ce2-93d9-41db-8540-09c7625415ed",
        "4561acef-e18a-458f-945d-2945a66fa71a"
    ],
    "release_date": "1986-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Six Degrees: Daft Punk's \"Face to Face\" samples ELO's \"Evil Woman\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}