Information about plays

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

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

{
    "id": 3540524,
    "uri": "https://api.kexp.org/v2/plays/3540524/?format=api",
    "airdate": "2025-08-15T21:23:17-07:00",
    "show": 64298,
    "show_uri": "https://api.kexp.org/v2/shows/64298/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Okomfour Kwadee",
    "track_id": null,
    "recording_id": "cda9b32e-8aef-42de-a365-815396052d06",
    "artist": "Fameye",
    "artist_ids": [
        "843baaf2-0b36-47a9-a1b9-b0e1cb4262ab"
    ],
    "album": "Okomfour Kwadee",
    "release_id": null,
    "release_group_id": "91d3cd70-1bca-4402-aca7-93ea17f187de",
    "labels": [],
    "label_ids": [],
    "release_date": "2020-06-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ghana: Fameye is a rising Ghanaian artist. Okomfour Kwadee is an hommage to Ghanaian highlife artist by the same name.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}