Information about plays

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

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

{
    "id": 3413254,
    "uri": "https://api.kexp.org/v2/plays/3413254/?format=api",
    "airdate": "2024-10-16T04:55:30-07:00",
    "show": 61588,
    "show_uri": "https://api.kexp.org/v2/shows/61588/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Running on Empty",
    "track_id": null,
    "recording_id": "798ac254-d2c1-4cfe-a7e1-ba0b27ed7628",
    "artist": "Jackson Browne",
    "artist_ids": [
        "88527d26-7496-47c5-8358-ebdb1868a90f"
    ],
    "album": "Running On Empty",
    "release_id": null,
    "release_group_id": "786211b5-6caa-3c76-903e-9c085bc7e117",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1977-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Managed to get through the last 4 hours with no caffeine. I'm running on empty!\n\nPeace, friends.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}