Information about plays

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

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

{
    "id": 3428286,
    "uri": "https://api.kexp.org/v2/plays/3428286/?format=api",
    "airdate": "2024-11-21T14:19:17-08:00",
    "show": 61909,
    "show_uri": "https://api.kexp.org/v2/shows/61909/?format=api",
    "image_uri": "https://coverartarchive.org/release/82e0f19e-8f0e-45a3-9760-bc9fd5fabcee/7926881859-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/82e0f19e-8f0e-45a3-9760-bc9fd5fabcee/7926881859-250.jpg",
    "song": "You’re Welcome, Stop on By",
    "track_id": null,
    "recording_id": "0aba7944-a622-41af-96e5-0026a00c5c30",
    "artist": "Bobby Womack",
    "artist_ids": [
        "48e78462-2f0b-4a1a-9fa4-0585e2991e80"
    ],
    "album": "Lookin’ for a Love Again",
    "release_id": null,
    "release_group_id": "4e19f2b7-eb8b-3686-8812-5b402269ef57",
    "labels": [
        "United Artists"
    ],
    "label_ids": [
        "f1477534-482c-41bd-8219-870a199728ee"
    ],
    "release_date": "1974-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"One of my favorite songs by one of my favorite singers of all time...\" --Larry Mizell, Jr.\n--\nWhat, you ask, does this have to do with Lou Donaldson? Well, Lou Donaldson covered it in the same year, 1974.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}