Information about plays

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

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

{
    "id": 3418227,
    "uri": "https://api.kexp.org/v2/plays/3418227/?format=api",
    "airdate": "2024-10-28T01:46:09-07:00",
    "show": 61694,
    "show_uri": "https://api.kexp.org/v2/shows/61694/?format=api",
    "image_uri": "https://coverartarchive.org/release/40f3ef96-454c-4141-bcf2-927a801f7e21/6028472567-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/40f3ef96-454c-4141-bcf2-927a801f7e21/6028472567-250.jpg",
    "song": "No Greater Love",
    "track_id": null,
    "recording_id": "cf95fa46-850f-412c-8690-5b2fa924d484",
    "artist": "The New Miles Davis Quintet",
    "artist_ids": [],
    "album": "Miles",
    "release_id": null,
    "release_group_id": "0c0ccda7-eacf-35cd-acab-464df24bc5f8",
    "labels": [
        "Prestige"
    ],
    "label_ids": [
        "11847c89-4b2c-4866-84c3-f72e264c0f66"
    ],
    "release_date": "1956-04-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sublime Miles Session with Red Garland, John Coltrane, Philly Joe on Drums, and Paul Chambers on Bass",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}