Information about plays

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

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

{
    "id": 3500243,
    "uri": "https://api.kexp.org/v2/plays/3500243/?format=api",
    "airdate": "2025-05-12T02:24:01-07:00",
    "show": 63438,
    "show_uri": "https://api.kexp.org/v2/shows/63438/?format=api",
    "image_uri": "https://coverartarchive.org/release/8401ab98-7d89-4840-9527-286bdb3b1c4a/5099722775-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8401ab98-7d89-4840-9527-286bdb3b1c4a/5099722775-250.jpg",
    "song": "Call Me",
    "track_id": null,
    "recording_id": "44cd0984-e948-49a0-8415-9ced414f06d6",
    "artist": "Jimmy Smith & Wes Montgomery",
    "artist_ids": [
        "4f8a0d9b-5777-40da-b29a-e9753d5ae693",
        "663f8232-8c46-4851-803f-a91d31593b14"
    ],
    "album": "Further Adventures of Jimmy and Wes",
    "release_id": null,
    "release_group_id": "968cdaa1-565d-3209-96e0-47e6ffc44fb0",
    "labels": [
        "Verve"
    ],
    "label_ids": [
        "99a24d71-54c1-4d3f-88cc-00fbcc4fce83"
    ],
    "release_date": "1969-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Loving shoutout to Anna Sparks*",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}