Information about plays

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

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

{
    "id": 3581194,
    "uri": "https://api.kexp.org/v2/plays/3581194/?format=api",
    "airdate": "2025-11-21T21:38:54-08:00",
    "show": 65172,
    "show_uri": "https://api.kexp.org/v2/shows/65172/?format=api",
    "image_uri": "https://coverartarchive.org/release/779f9130-0c8c-45e5-9b40-e2aba43c220c/24854392526-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/779f9130-0c8c-45e5-9b40-e2aba43c220c/24854392526-250.jpg",
    "song": "Keep Me Lifted",
    "track_id": null,
    "recording_id": "9a4c7e1b-a8e1-4c97-a66c-c6a290fcd922",
    "artist": "Spearhead",
    "artist_ids": [
        "e23eac42-f904-47da-8599-823ff431bea4"
    ],
    "album": "Chocolate Supa Highway",
    "release_id": null,
    "release_group_id": "299149dd-4b8c-3f1c-9338-6dfad2fdacfc",
    "labels": [],
    "label_ids": [],
    "release_date": "1997-03-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}