Information about plays

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

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

{
    "id": 3415589,
    "uri": "https://api.kexp.org/v2/plays/3415589/?format=api",
    "airdate": "2024-10-21T17:07:51-07:00",
    "show": 61638,
    "show_uri": "https://api.kexp.org/v2/shows/61638/?format=api",
    "image_uri": "https://coverartarchive.org/release/a72d274c-b92e-4d8e-a74d-7da3c483dfea/38574502841-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a72d274c-b92e-4d8e-a74d-7da3c483dfea/38574502841-250.jpg",
    "song": "I’ll Do Whatever You Want",
    "track_id": null,
    "recording_id": "03eb37a8-7635-4108-bee3-85c7eed3d85f",
    "artist": "Shabaka Hutchings, Floating Points, Laraaji",
    "artist_ids": [
        "5b0f26cc-1203-49d8-abe2-90bec87a2e71",
        "69d9c5ba-7bba-4cb7-ab32-8ccc48ad4f97",
        "249e0ab9-2690-47f3-8c9a-ef7bb62ee466"
    ],
    "album": "Perceive Its Beauty, Acknowledge Its Grace",
    "release_id": null,
    "release_group_id": "33973f9b-1e19-49b6-b67f-df7c73b6941f",
    "labels": [
        "impulse!"
    ],
    "label_ids": [
        "93c3b044-2b4e-4239-a73b-8fb76f3e6ca9"
    ],
    "release_date": "2024-04-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing in Seattle this Friday at Town Hall.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}