Information about plays

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

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

{
    "id": 3519640,
    "uri": "https://api.kexp.org/v2/plays/3519640/?format=api",
    "airdate": "2025-06-27T19:23:02-07:00",
    "show": 63853,
    "show_uri": "https://api.kexp.org/v2/shows/63853/?format=api",
    "image_uri": "https://coverartarchive.org/release/ffdb1090-4af7-4c61-8e3c-11bba6210ea8/18439971075-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ffdb1090-4af7-4c61-8e3c-11bba6210ea8/18439971075-250.jpg",
    "song": "Ma mama",
    "track_id": null,
    "recording_id": "aed47aec-fb7e-4916-a4e7-0f2f4a5d05c6",
    "artist": "Gérald Toto",
    "artist_ids": [
        "9aeaea6a-edbd-4d29-a201-916708556c64"
    ],
    "album": "Bondeko",
    "release_id": null,
    "release_group_id": "5c063609-4bfe-40c3-8711-975e48416514",
    "labels": [],
    "label_ids": [],
    "release_date": "2017-11-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Gerald Toto is a French lyricist, composer, performer, multi-instrumentalist and artistic director.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}