Information about plays

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

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

{
    "id": 3413161,
    "uri": "https://api.kexp.org/v2/plays/3413161/?format=api",
    "airdate": "2024-10-15T23:57:13-07:00",
    "show": 61587,
    "show_uri": "https://api.kexp.org/v2/shows/61587/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "want",
    "track_id": "fbc06a79-1cbb-4172-8fc8-8e7ea5e43140",
    "recording_id": "ee67ab12-be98-4550-ac2f-085990c50155",
    "artist": "Dua Saleh",
    "artist_ids": [
        "0181a90e-6b1d-4d09-bd6f-b0b1145e7ad8"
    ],
    "album": "I SHOULD CALL THEM",
    "release_id": "bbe37013-0210-49d9-a8d0-017e8f8d48ea",
    "release_group_id": "24def117-f438-4b16-afdb-3e69e07b5e79",
    "labels": [
        "Ghostly International"
    ],
    "label_ids": [
        "c981d5d0-1109-47ff-addf-18eeb81b3717"
    ],
    "release_date": "2024-10-11",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The music of Dua Saleh explores the inner self and the world at large. Their long-awaited, full-length just dropped! \n\nhttps://duasaleh.bandcamp.com/album/i-should-call-them",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}