Information about plays

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

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

{
    "id": 3597297,
    "uri": "https://api.kexp.org/v2/plays/3597297/?format=api",
    "airdate": "2025-12-28T18:44:53-08:00",
    "show": 65500,
    "show_uri": "https://api.kexp.org/v2/shows/65500/?format=api",
    "image_uri": "https://coverartarchive.org/release/fd2c97c9-4a49-4e58-bf82-be441f8dee29/22995297158-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fd2c97c9-4a49-4e58-bf82-be441f8dee29/22995297158-250.jpg",
    "song": "Funk Ain’t Being Funky",
    "track_id": null,
    "recording_id": "74215437-8c43-43a1-abc0-5e29c07f3304",
    "artist": "Rick Mason and Rare Feelings",
    "artist_ids": [
        "397e6cc7-e9cc-40bc-b889-d176bc2aa4c0"
    ],
    "album": "The Inner Dimensions of Rick Mason and Rare Feelings",
    "release_id": null,
    "release_group_id": "dbb0a7fc-5aae-4024-acb4-023bb89bc8eb",
    "labels": [
        "Maso Records"
    ],
    "label_ids": [
        "92e94fa9-3377-46a0-a396-c4ac961f4715"
    ],
    "release_date": "1977-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rick Mason and Rare Feelings released \"Funk Ain’t Being Funky\" on the 1977 album The Inner Dimensions of Rick Mason and Rare Feelings.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}