Information about plays

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

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

{
    "id": 3438124,
    "uri": "https://api.kexp.org/v2/plays/3438124/?format=api",
    "airdate": "2024-12-14T19:56:20-08:00",
    "show": 62111,
    "show_uri": "https://api.kexp.org/v2/shows/62111/?format=api",
    "image_uri": "https://coverartarchive.org/release/3f4b4e68-9c8a-4e6e-9852-37ac1ced0a7f/11656493130-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3f4b4e68-9c8a-4e6e-9852-37ac1ced0a7f/11656493130-250.jpg",
    "song": "And I Love Her",
    "track_id": null,
    "recording_id": "a3933b50-412f-4f83-a27e-cfcfd91fd17c",
    "artist": "Kurt Cobain",
    "artist_ids": [
        "3c9b356d-d1db-4f4e-a7a3-2d00c1d70255"
    ],
    "album": "Montage of Heck: The Home Recordings",
    "release_id": null,
    "release_group_id": "560f0ed8-57e1-4b3d-8ea7-277a933b9ab6",
    "labels": [
        "UMe"
    ],
    "label_ids": [
        "93ba13c1-5d3f-4618-a8e7-17aeffff1da6"
    ],
    "release_date": "2015-11-13",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "It's everybody's favorite Beatles fan, Kurt Cobain!! It's a home recording off the Montage of Heck soundtrack, released back in 2015!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}