Information about plays

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

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

{
    "id": 3428283,
    "uri": "https://api.kexp.org/v2/plays/3428283/?format=api",
    "airdate": "2024-11-21T14:09:38-08:00",
    "show": 61909,
    "show_uri": "https://api.kexp.org/v2/shows/61909/?format=api",
    "image_uri": "https://coverartarchive.org/release/05ac16f4-e48a-4d69-97e0-6bd05ae00190/16152585473-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/05ac16f4-e48a-4d69-97e0-6bd05ae00190/16152585473-250.jpg",
    "song": "You Better Ask Somebody",
    "track_id": null,
    "recording_id": "5b09a307-5519-492b-9796-715c0ecc15b5",
    "artist": "Yo‐Yo",
    "artist_ids": [
        "82335c54-bcdf-465a-b438-2de98ddb74a0"
    ],
    "album": "You Better Ask Somebody",
    "release_id": null,
    "release_group_id": "dcc7ff43-9b14-3f62-8bf9-d7bcdc02961e",
    "labels": [
        "Blue Note"
    ],
    "label_ids": [],
    "release_date": "1993-06-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Yolanda Whitaker sampled Lou Donaldson's \"Turtle Walk\" and Brand Nubian's \"Step to the Rear.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}