Information about plays

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

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

{
    "id": 3541162,
    "uri": "https://api.kexp.org/v2/plays/3541162/?format=api",
    "airdate": "2025-08-17T09:43:14-07:00",
    "show": 64314,
    "show_uri": "https://api.kexp.org/v2/shows/64314/?format=api",
    "image_uri": "https://coverartarchive.org/release/4ece7ae7-cd52-4ab3-900a-3dab6dc52327/17929590028-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4ece7ae7-cd52-4ab3-900a-3dab6dc52327/17929590028-250.jpg",
    "song": "Pop a Top",
    "track_id": null,
    "recording_id": "799d32e8-756b-4f60-9386-66da4c3adc19",
    "artist": "Jim Ed Brown",
    "artist_ids": [
        "7e867242-c616-468c-82c5-da1669efe335"
    ],
    "album": "Just Jim",
    "release_id": null,
    "release_group_id": "d31ced57-6dc1-4bed-8766-55ca47bbc574",
    "labels": [
        "RCA Victor"
    ],
    "label_ids": [
        "b3f4e6a5-ece0-43be-a530-68ad0d49fee8"
    ],
    "release_date": "1967-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Does anyone else have a visceral reaction to hearing the pop come off the top of a bottle of beer?",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}