Information about plays

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

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

{
    "id": 3580101,
    "uri": "https://api.kexp.org/v2/plays/3580101/?format=api",
    "airdate": "2025-11-19T04:38:12-08:00",
    "show": 65150,
    "show_uri": "https://api.kexp.org/v2/shows/65150/?format=api",
    "image_uri": "https://coverartarchive.org/release/61a93f13-72ff-4aea-97e6-9b0954cb36b0/38216215200-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/61a93f13-72ff-4aea-97e6-9b0954cb36b0/38216215200-250.jpg",
    "song": "Cupid de Locke",
    "track_id": null,
    "recording_id": "537050f2-7407-4c44-8031-cbc20156af7d",
    "artist": "The Smashing Pumpkins",
    "artist_ids": [
        "ba0d6274-db14-4ef5-b28d-657ebde1a396"
    ],
    "album": "Mellon Collie and the Infinite Sadness",
    "release_id": null,
    "release_group_id": "1af599c9-0b44-3a5a-a06b-39e8db6b2b4e",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1996-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}