Information about plays

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

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

{
    "id": 3428332,
    "uri": "https://api.kexp.org/v2/plays/3428332/?format=api",
    "airdate": "2024-11-21T16:48:01-08:00",
    "show": 61910,
    "show_uri": "https://api.kexp.org/v2/shows/61910/?format=api",
    "image_uri": "https://ia803100.us.archive.org/4/items/mbid-6175c97d-12a9-379f-91ba-5b1e04b82b9c/mbid-6175c97d-12a9-379f-91ba-5b1e04b82b9c-11263470866_thumb500.jpg",
    "thumbnail_uri": "https://ia803100.us.archive.org/4/items/mbid-6175c97d-12a9-379f-91ba-5b1e04b82b9c/mbid-6175c97d-12a9-379f-91ba-5b1e04b82b9c-11263470866_thumb250.jpg",
    "song": "Strawberry Letter 23",
    "track_id": "11cace5e-e142-3b89-b7c7-695cf24ebcec",
    "recording_id": "a4d30f4d-8e57-47aa-a019-ae8a4de21774",
    "artist": "Shuggie Otis",
    "artist_ids": [
        "ff9542ca-7859-4db2-8796-c1e3c39b9c0a"
    ],
    "album": "Inspiration Information",
    "release_id": "6175c97d-12a9-379f-91ba-5b1e04b82b9c",
    "release_group_id": "2bb3b259-5ea7-3773-96be-20d9a592358a",
    "labels": [
        "Luaka Bop"
    ],
    "label_ids": [
        "92996c02-75c4-4a12-8d90-522483c200c5"
    ],
    "release_date": "2001-04-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Want to see Mr. Otis perform this classic live?: https://www.youtube.com/watch?v=0FX6tpjQboQ\n--\nShuggie Otis was 18 when he wrote this song.: https://www.loudersound.com/features/shuggie-otis-inter-fusion-interview",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}