Information about plays

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

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

{
    "id": 3582962,
    "uri": "https://api.kexp.org/v2/plays/3582962/?format=api",
    "airdate": "2025-11-25T21:16:27-08:00",
    "show": 65210,
    "show_uri": "https://api.kexp.org/v2/shows/65210/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Forked Tongue",
    "track_id": null,
    "recording_id": null,
    "artist": "Hellnback, Wake Self, The Northwest Kid",
    "artist_ids": [],
    "album": "#Fourteen91",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Hellnback Music"
    ],
    "label_ids": [],
    "release_date": "2018-05-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Andrew Isaac Martinez was born in Roswell, New Mexico, known as Wake Self. He has been writing lyrics since he was 12 years old. Well known for his collaboration with Def-I, DJ Young Native, DJ Element, Ariano, and others.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}