Information about plays

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

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

{
    "id": 3413165,
    "uri": "https://api.kexp.org/v2/plays/3413165/?format=api",
    "airdate": "2024-10-16T00:08:34-07:00",
    "show": 61587,
    "show_uri": "https://api.kexp.org/v2/shows/61587/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sweet & Sublime",
    "track_id": "36dea9c5-95ef-4e28-98c6-097908e9771a",
    "recording_id": "8e18e33d-cc64-4f41-84e1-f759091281dc",
    "artist": "L’Impératrice & Erick the Architect",
    "artist_ids": [
        "dbfff37c-146d-4415-b765-9a76d48c749c",
        "abc31be8-02b2-4bb1-867d-604d50b7be78"
    ],
    "album": "Pulsar",
    "release_id": "f43994e4-7b54-4c8b-8c26-43bc64726e02",
    "release_group_id": "a70b228a-20a9-4d24-8ded-d4ea40d9694c",
    "labels": [
        "microqlima"
    ],
    "label_ids": [
        "8d9c66d5-ce05-4685-b50d-2f7ca524b24f"
    ],
    "release_date": "2024-06-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New music from L’Impératrice & Erick the Architect. The new album Pulsar was just released.\n\nCheck out an article on the release.\nhttps://edmidentity.com/2024/06/07/limperatrice-deliver-stunning-new-album-pulsar/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}