Information about plays

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

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

{
    "id": 3422366,
    "uri": "https://api.kexp.org/v2/plays/3422366/?format=api",
    "airdate": "2024-11-07T04:57:56-08:00",
    "show": 61784,
    "show_uri": "https://api.kexp.org/v2/shows/61784/?format=api",
    "image_uri": "https://ia802208.us.archive.org/26/items/mbid-f1e8470d-6f20-457a-9b9f-51ea7b7c3710/mbid-f1e8470d-6f20-457a-9b9f-51ea7b7c3710-32152435438_thumb500.jpg",
    "thumbnail_uri": "https://ia902208.us.archive.org/26/items/mbid-f1e8470d-6f20-457a-9b9f-51ea7b7c3710/mbid-f1e8470d-6f20-457a-9b9f-51ea7b7c3710-32152435438_thumb250.jpg",
    "song": "Keep On Keepin' On",
    "track_id": "60890e9f-aba6-44d9-8025-4b9ce4586841",
    "recording_id": "ade59514-2696-4e20-ab36-87c0892aefcc",
    "artist": "Delvon Lamarr Organ Trio",
    "artist_ids": [
        "d70f3879-b92c-4948-a430-fc25d2e3c52d"
    ],
    "album": "Cold as Weiss",
    "release_id": "f1e8470d-6f20-457a-9b9f-51ea7b7c3710",
    "release_group_id": "82851f0f-c67b-4fff-bf72-449a506c1a65",
    "labels": [
        "Colemine Records"
    ],
    "label_ids": [
        "cfb1811d-1776-4c68-881e-112f83b59998"
    ],
    "release_date": "2022-02-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}