Information about plays

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

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

{
    "id": 3419020,
    "uri": "https://api.kexp.org/v2/plays/3419020/?format=api",
    "airdate": "2024-10-29T22:20:16-07:00",
    "show": 61712,
    "show_uri": "https://api.kexp.org/v2/shows/61712/?format=api",
    "image_uri": "https://ia801309.us.archive.org/32/items/mbid-e6692d7d-b70b-4e51-93de-99bd95b8c8b4/mbid-e6692d7d-b70b-4e51-93de-99bd95b8c8b4-12631791662_thumb500.jpg",
    "thumbnail_uri": "https://ia601309.us.archive.org/32/items/mbid-e6692d7d-b70b-4e51-93de-99bd95b8c8b4/mbid-e6692d7d-b70b-4e51-93de-99bd95b8c8b4-12631791662_thumb250.jpg",
    "song": "Moanin' at Midnight",
    "track_id": "8da932e7-6f7a-3f22-b23b-25d578deda8d",
    "recording_id": "e2751bce-c24a-4adf-b36c-f6232ae04353",
    "artist": "Howlin’ Wolf",
    "artist_ids": [
        "ca5b38c2-f39d-45a4-ad3d-daf4448846ef"
    ],
    "album": "Martin Scorsese Presents the Blues: The Road to Memphis",
    "release_id": "e6692d7d-b70b-4e51-93de-99bd95b8c8b4",
    "release_group_id": "214bf69f-0e8b-3ae5-b6fd-11dda7734b26",
    "labels": [
        "Hip‐O Records"
    ],
    "label_ids": [
        "71f53f0e-6286-4684-8bb8-33c027397852"
    ],
    "release_date": "2003-10-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "One of the legendary artists who took part in electrifying the blues. http://www.howlinwolf.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}