Information about plays

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

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

{
    "id": 3622509,
    "uri": "https://api.kexp.org/v2/plays/3622509/?format=api",
    "airdate": "2026-02-26T09:46:40-08:00",
    "show": 66034,
    "show_uri": "https://api.kexp.org/v2/shows/66034/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Trip to Your Heart",
    "track_id": "1e8d1b44-d6bb-30c9-bbba-06826fb73200",
    "recording_id": "945ca6c3-8861-41dd-8c6e-47fec106d758",
    "artist": "Sly & the Family Stone",
    "artist_ids": [
        "b7ec4c54-1f93-4bf2-957f-7b9921ab84ea"
    ],
    "album": "A Whole New Thing",
    "release_id": "ca9624d2-a1c5-4edd-8b69-09f5606ba2c6",
    "release_group_id": "81520c13-a94c-390b-af56-bc83039ad7b7",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1967-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'A Whole New Thing' is the debut album by Sly & the Family Stone, released in 1967. This track was later sampled by LL Cool J for his 1991 hit \"Mama Said Knock You Out\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}