Information about plays

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

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

{
    "id": 3438086,
    "uri": "https://api.kexp.org/v2/plays/3438086/?format=api",
    "airdate": "2024-12-14T17:43:22-08:00",
    "show": 62110,
    "show_uri": "https://api.kexp.org/v2/shows/62110/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "God Gets You Back (edit)",
    "track_id": "48a53d25-35e5-4338-8fd1-7d8f82528c16",
    "recording_id": "b7225cc5-ee00-4ff9-9f91-05df432977a6",
    "artist": "Mogwai",
    "artist_ids": [
        "d700b3f5-45af-4d02-95ed-57d301bda93e"
    ],
    "album": "God Gets You Back",
    "release_id": "ed028a25-ad93-4025-9134-e0cf68b1e28c",
    "release_group_id": "7f6f840d-0498-4916-92b9-76014bb29cd4",
    "labels": [
        "Temporary Residence Limited",
        "Rock Action Records"
    ],
    "label_ids": [
        "ce05124e-f6be-4f68-b73a-1dfda9e2b576",
        "959be696-eda5-4c9d-af24-2c8103f149f5"
    ],
    "release_date": "2024-09-17",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}