Information about plays

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

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

{
    "id": 3422908,
    "uri": "https://api.kexp.org/v2/plays/3422908/?format=api",
    "airdate": "2024-11-08T13:14:20-08:00",
    "show": 61796,
    "show_uri": "https://api.kexp.org/v2/shows/61796/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Life on Earth",
    "track_id": null,
    "recording_id": "f22ab9e7-eb0f-4daf-a311-e0a2392f7119",
    "artist": "Life on Earth!",
    "artist_ids": [
        "8c90827b-71a9-4766-8f1c-8eb4fb7d9603"
    ],
    "album": "Look!! There Is Life on Earth!",
    "release_id": null,
    "release_group_id": "727783ab-3fbb-375e-8e46-8dd159f6028b",
    "labels": [
        "Subliminal Sounds"
    ],
    "label_ids": [
        "06f12d41-1ad4-4c83-a9bb-dfacf80df9d9"
    ],
    "release_date": "2007-04-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Life on Earth! is a Brisbane-based improv project fusing- jazz, soul, hip hop with live songwriting for the purposes of elevating the human soul. https://www.facebook.com/lifeonearthmusic/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}