Information about plays

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

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

{
    "id": 3551466,
    "uri": "https://api.kexp.org/v2/plays/3551466/?format=api",
    "airdate": "2025-09-10T23:38:34-07:00",
    "show": 64529,
    "show_uri": "https://api.kexp.org/v2/shows/64529/?format=api",
    "image_uri": "https://coverartarchive.org/release/e75162b2-1e10-4e36-af1d-0fd149900267/13589919431-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e75162b2-1e10-4e36-af1d-0fd149900267/13589919431-250.jpg",
    "song": "Gates of Steel",
    "track_id": null,
    "recording_id": "9d8158e3-0c82-4859-aff0-54b894914f92",
    "artist": "Skankin’ Pickle",
    "artist_ids": [
        "d9b52518-0b22-4346-a534-5c73dc151310"
    ],
    "album": "The Green Album",
    "release_id": null,
    "release_group_id": "9c3a972e-b030-3dea-9d85-70caef7ef855",
    "labels": [
        "Dr. Strange Records"
    ],
    "label_ids": [
        "428ac82f-4c57-4e1f-9b07-75ca078c6adc"
    ],
    "release_date": "1996-08-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}