Information about plays

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

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

{
    "id": 3577513,
    "uri": "https://api.kexp.org/v2/plays/3577513/?format=api",
    "airdate": "2025-11-13T04:18:49-08:00",
    "show": 65095,
    "show_uri": "https://api.kexp.org/v2/shows/65095/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Thankful n’ Thoughtful",
    "track_id": null,
    "recording_id": "140e0f63-4a2f-4a27-8304-23343087b48e",
    "artist": "Sly & the Family Stone",
    "artist_ids": [
        "b7ec4c54-1f93-4bf2-957f-7b9921ab84ea"
    ],
    "album": "Fresh",
    "release_id": null,
    "release_group_id": "c026bf5e-ea8e-31b2-b372-4f76a1403acd",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"That's why I got to be thankful, yeah, yeah\nI gotta be thoughtful...\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}