Information about plays

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

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

{
    "id": 3413176,
    "uri": "https://api.kexp.org/v2/plays/3413176/?format=api",
    "airdate": "2024-10-16T00:34:14-07:00",
    "show": 61587,
    "show_uri": "https://api.kexp.org/v2/shows/61587/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shelter Song (The S.L.P remix)",
    "track_id": "aaa39f55-7f3f-441d-b055-3fe8868d17d2",
    "recording_id": "38407275-ceab-44a3-939a-eccc5194bb83",
    "artist": "Temples",
    "artist_ids": [
        "1916fc94-bf9c-4ba2-90b0-22ebb5444d57"
    ],
    "album": "Other Structures",
    "release_id": "4d87fbd8-e5c5-4c9f-9218-e3f91b81d9b3",
    "release_group_id": "b1e89983-f63f-4a48-8196-27307723bacc",
    "labels": [
        "Fat Possum Records"
    ],
    "label_ids": [
        "76da5b47-69e8-49e7-a2fc-62d296b6224f"
    ],
    "release_date": "2024-10-04",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.templestheband.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}