Information about plays

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

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

{
    "id": 3572330,
    "uri": "https://api.kexp.org/v2/plays/3572330/?format=api",
    "airdate": "2025-10-31T19:51:42-07:00",
    "show": 64986,
    "show_uri": "https://api.kexp.org/v2/shows/64986/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ya Rayah",
    "track_id": null,
    "recording_id": "50607355-2322-4cf7-86da-ab16699fd150",
    "artist": "Rachid Taha",
    "artist_ids": [
        "04dd1f61-c21b-4d6a-b110-55b3c1309fa0"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rachid Taha was an Algerian singer and activist based in France described as \"sonically adventurous\". His music was influenced by many different styles including rock, electronic, punk and raï.\nhe passed in 2018",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}