Information about plays

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

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

{
    "id": 3581346,
    "uri": "https://api.kexp.org/v2/plays/3581346/?format=api",
    "airdate": "2025-11-22T06:47:09-08:00",
    "show": 65176,
    "show_uri": "https://api.kexp.org/v2/shows/65176/?format=api",
    "image_uri": "https://coverartarchive.org/release/0578bfda-808e-472c-93cc-d027a0588ce5/29091228263-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0578bfda-808e-472c-93cc-d027a0588ce5/29091228263-250.jpg",
    "song": "We’re Both Alone",
    "track_id": null,
    "recording_id": "66c68109-3fe7-49b0-84bd-ce0e972b9726",
    "artist": "Rocketship",
    "artist_ids": [
        "eac97210-6b86-46a3-85fb-62fa350b9bab"
    ],
    "album": "A Certain Smile, a Certain Sadness",
    "release_id": null,
    "release_group_id": "06e5f3d1-3576-3898-a30c-ab30ac45010e",
    "labels": [
        "Polystar"
    ],
    "label_ids": [
        "38b7ea92-322e-4e8b-bf0e-c6de172de1a3"
    ],
    "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"
}