Information about plays

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

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

{
    "id": 3413013,
    "uri": "https://api.kexp.org/v2/plays/3413013/?format=api",
    "airdate": "2024-10-15T14:55:59-07:00",
    "show": 61584,
    "show_uri": "https://api.kexp.org/v2/shows/61584/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Live in My Truth",
    "track_id": "e83347fe-43df-4f0e-aade-37a140781887",
    "recording_id": "c2858105-12de-4e64-adf4-397717ba2d40",
    "artist": "SOPHIE, BC Kingdom & LIZ",
    "artist_ids": [
        "7faffffa-d808-4e1e-b523-d6eacc6cde31",
        "774b02d7-5056-4b0f-9d69-a82b6ae27cde",
        "ab4c9372-785e-44d3-8f55-c50f3f06796a"
    ],
    "album": "SOPHIE",
    "release_id": "556e7365-4d26-44e8-bcd1-3e7a4cfec041",
    "release_group_id": "856511d5-9fbc-4f0f-907e-13e78a6b06e4",
    "labels": [
        "Future Classic"
    ],
    "label_ids": [
        "d36fed82-04b0-4fba-ac8e-b518584bf741"
    ],
    "release_date": "2024-09-25",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The posthumous, aptly self-titled final album from this hyperpop visionary was close to completion before her tragic passing and was finished by her brother and trusted collaborator, Benny Long",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}