Information about plays

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

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

{
    "id": 3581844,
    "uri": "https://api.kexp.org/v2/plays/3581844/?format=api",
    "airdate": "2025-11-23T09:03:57-08:00",
    "show": 65188,
    "show_uri": "https://api.kexp.org/v2/shows/65188/?format=api",
    "image_uri": "https://coverartarchive.org/release/8283a0d4-cdbc-4e6c-9f50-03c74235afb2/26542194387-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8283a0d4-cdbc-4e6c-9f50-03c74235afb2/26542194387-250.jpg",
    "song": "Cotton Fields",
    "track_id": null,
    "recording_id": "60d495a8-2a6e-46fa-94c7-7cce05b945ed",
    "artist": "Creedence Clearwater Revival",
    "artist_ids": [
        "109958eb-a335-4c5e-907e-597ff4c6af46"
    ],
    "album": "Willy and the Poor Boys",
    "release_id": null,
    "release_group_id": "5fdea541-32fc-3b17-b7c4-50b40f65203d",
    "labels": [
        "Fantasy"
    ],
    "label_ids": [],
    "release_date": "1969-11-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A cover of a song popularized by Lead Belly 1940 Lead Belly song",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}