Information about plays

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

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

{
    "id": 3415048,
    "uri": "https://api.kexp.org/v2/plays/3415048/?format=api",
    "airdate": "2024-10-20T10:18:29-07:00",
    "show": 61626,
    "show_uri": "https://api.kexp.org/v2/shows/61626/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Stranger in the Mirror",
    "track_id": null,
    "recording_id": "c2e8498c-cac0-4ebd-83da-93edfc2515fd",
    "artist": "Tarnation",
    "artist_ids": [
        "beb64248-b223-4af3-a082-bc6ce9bd1460"
    ],
    "album": "Gentle Creatures",
    "release_id": null,
    "release_group_id": "6791cd6c-6fce-3537-9019-d9619eed0177",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "1995-09-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Southern Gothic by way of San Francisco",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}