Information about plays

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

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

{
    "id": 3421290,
    "uri": "https://api.kexp.org/v2/plays/3421290/?format=api",
    "airdate": "2024-11-04T10:54:48-08:00",
    "show": 61762,
    "show_uri": "https://api.kexp.org/v2/shows/61762/?format=api",
    "image_uri": "https://ia600406.us.archive.org/5/items/mbid-e683bdcb-67c4-45f1-9b79-f70d22663e93/mbid-e683bdcb-67c4-45f1-9b79-f70d22663e93-18344835343_thumb500.jpg",
    "thumbnail_uri": "https://ia600406.us.archive.org/5/items/mbid-e683bdcb-67c4-45f1-9b79-f70d22663e93/mbid-e683bdcb-67c4-45f1-9b79-f70d22663e93-18344835343_thumb250.jpg",
    "song": "What Is Love?",
    "track_id": "751757e0-99fb-3e84-aa9e-ba99381e82a2",
    "recording_id": "4b130613-23de-4595-9470-2e8d3b59fc21",
    "artist": "Deee‐Lite",
    "artist_ids": [
        "83d401e8-3322-4491-98d3-ec3a567c5047"
    ],
    "album": "The Very Best of Deee-Lite",
    "release_id": "e683bdcb-67c4-45f1-9b79-f70d22663e93",
    "release_group_id": "99fa9556-3c69-391c-87db-133085020dcd",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2001-11-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}