Information about plays

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

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

{
    "id": 3428301,
    "uri": "https://api.kexp.org/v2/plays/3428301/?format=api",
    "airdate": "2024-11-21T15:14:42-08:00",
    "show": 61909,
    "show_uri": "https://api.kexp.org/v2/shows/61909/?format=api",
    "image_uri": "https://coverartarchive.org/release/27878ca5-754f-4ca7-b3bd-fed500256c38/22510098040-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/27878ca5-754f-4ca7-b3bd-fed500256c38/22510098040-250.jpg",
    "song": "Who’s Making Love",
    "track_id": null,
    "recording_id": "0d1bc979-ea0c-41ef-b02a-f5e5e542d268",
    "artist": "Lou Donaldson",
    "artist_ids": [
        "db147d97-f5cf-4e80-9e1a-08ddcb1d0bf8"
    ],
    "album": "Blue Break Beats",
    "release_id": null,
    "release_group_id": "142ccaa9-bae6-47e3-9856-c4a7f62f9837",
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "2017-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This Stax record classic from Johnnie Taylor was covered by Lou Donaldson. One of many covers, Donaldson's own version has been sampled at least 29 times.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}