Information about plays

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

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

{
    "id": 3421822,
    "uri": "https://api.kexp.org/v2/plays/3421822/?format=api",
    "airdate": "2024-11-05T18:52:22-08:00",
    "show": 61773,
    "show_uri": "https://api.kexp.org/v2/shows/61773/?format=api",
    "image_uri": "https://ia600204.us.archive.org/15/items/mbid-7579e370-417b-3473-a6f0-c30fb19acad5/mbid-7579e370-417b-3473-a6f0-c30fb19acad5-38531649903_thumb500.jpg",
    "thumbnail_uri": "https://ia600204.us.archive.org/15/items/mbid-7579e370-417b-3473-a6f0-c30fb19acad5/mbid-7579e370-417b-3473-a6f0-c30fb19acad5-38531649903_thumb250.jpg",
    "song": "Home",
    "track_id": "d2acef18-9af0-44eb-985d-7c9fdd62ddf6",
    "recording_id": "bb6aaa59-82ff-475f-a708-09722d772c60",
    "artist": "LCD Soundsystem",
    "artist_ids": [
        "2aaf7396-6ab8-40f3-9776-a41c42c8e26b"
    ],
    "album": "This Is Happening",
    "release_id": "daaf88a4-61e4-4852-8d1f-f4db8382ea9c",
    "release_group_id": "8898e5eb-48aa-4eea-8569-d3a2e9adaf02",
    "labels": [
        "Parlophone"
    ],
    "label_ids": [
        "df7d1c7f-ef95-425f-8eef-445b3d7bcbd9"
    ],
    "release_date": "2010-05-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "\"Amazing show! Requesting home by LCD sound system\" - Jennie in Queen Anne\n\nJames Murphy explained the song to NME in 2010, saying, \"I wanted to make something with a happy ending. I wanted it to be about being in a band and how much I like it.\" https://bit.ly/3R2I5aA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}