Information about plays

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

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

{
    "id": 3421786,
    "uri": "https://api.kexp.org/v2/plays/3421786/?format=api",
    "airdate": "2024-11-05T16:42:29-08:00",
    "show": 61773,
    "show_uri": "https://api.kexp.org/v2/shows/61773/?format=api",
    "image_uri": "https://coverartarchive.org/release/5090df5a-b90c-3952-b5de-dee1cabd3c60/14970415055-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5090df5a-b90c-3952-b5de-dee1cabd3c60/14970415055-250.jpg",
    "song": "Power of Love",
    "track_id": null,
    "recording_id": "0c51611f-8a7a-44b9-823a-9fd1ba39178a",
    "artist": "Deee‐Lite",
    "artist_ids": [
        "83d401e8-3322-4491-98d3-ec3a567c5047"
    ],
    "album": "World Clique",
    "release_id": null,
    "release_group_id": "4f625d26-3d84-3d3b-8230-2c98e5d45100",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1990-07-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "We love YOU!!! Yes, you!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}