Information about plays

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

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

{
    "id": 3413458,
    "uri": "https://api.kexp.org/v2/plays/3413458/?format=api",
    "airdate": "2024-10-16T13:19:59-07:00",
    "show": 61592,
    "show_uri": "https://api.kexp.org/v2/shows/61592/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ain’t Too Cool",
    "track_id": "3bf60ca2-467c-4229-b9d8-3da730f28543",
    "recording_id": "3a8c0b86-3fed-40be-b8cf-51bed67b9b41",
    "artist": "PawPaw Rod",
    "artist_ids": [
        "346f6795-2c3c-48e3-a35f-80c08978a50e"
    ],
    "album": "Doobie Mouth",
    "release_id": "4610cc3a-e407-4cb3-bf6b-868167e9bfca",
    "release_group_id": "15207624-b57d-4da3-90ab-e37118cf2279",
    "labels": [
        "Godmode"
    ],
    "label_ids": [
        "652c647d-ab35-4d75-a7fe-c609e0893596"
    ],
    "release_date": "2024-08-09",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}