Information about plays

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

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

{
    "id": 3413431,
    "uri": "https://api.kexp.org/v2/plays/3413431/?format=api",
    "airdate": "2024-10-16T12:21:57-07:00",
    "show": 61591,
    "show_uri": "https://api.kexp.org/v2/shows/61591/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ripples In The Timeline",
    "track_id": "535ef3f5-1e92-42af-a61f-1f617ecf00e6",
    "recording_id": "dccd3290-6ec8-4bde-9c05-513ff759a3d2",
    "artist": "Mall Grab & Real Lies",
    "artist_ids": [
        "a7149e42-5da9-4190-bbf0-046c38726531",
        "845ddc8b-36ba-4d7b-9c6f-bd7623cd3cac"
    ],
    "album": "Ripples In The Timeline",
    "release_id": "d9fd0fdb-8047-4030-90af-1d2ad2487cb6",
    "release_group_id": "a9c7cc68-2202-4291-a619-a20155ebd151",
    "labels": [
        "Looking for Trouble"
    ],
    "label_ids": [
        "5d0500f8-5ca8-459c-bcff-bd8eacc6a5ac"
    ],
    "release_date": "2024-08-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Last year, Mall Grab — aka the London-based Aussie producer Jordon Alexander — teamed up with the clubby pop duo Real Lies for the single \"End Credits.\" Now, they’ve linking up again for \"Ripples In The Timeline.\" “Very happy to release the second collaboration between myself and one of my favorite bands of all time,” Mall Grab producer Jordon Alexander wrote on social media of poppy band Real Lies.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}