Information about plays

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

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

{
    "id": 3439039,
    "uri": "https://api.kexp.org/v2/plays/3439039/?format=api",
    "airdate": "2024-12-17T00:43:20-08:00",
    "show": 62130,
    "show_uri": "https://api.kexp.org/v2/shows/62130/?format=api",
    "image_uri": "https://coverartarchive.org/release/0592f209-efd3-42ad-898a-b4b02d98a1ee/38722381831-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0592f209-efd3-42ad-898a-b4b02d98a1ee/38722381831-250.jpg",
    "song": "Ghost Stories from a New House",
    "track_id": null,
    "recording_id": null,
    "artist": "Legowelt",
    "artist_ids": [
        "764eb299-d4a6-4a9d-af8b-d0dcf7b3d3ca"
    ],
    "album": "A Field Guide to the Void",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Clone"
    ],
    "label_ids": [],
    "release_date": "2024-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "BOO!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}