Information about plays

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

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

{
    "id": 3422484,
    "uri": "https://api.kexp.org/v2/plays/3422484/?format=api",
    "airdate": "2024-11-07T11:19:38-08:00",
    "show": 61787,
    "show_uri": "https://api.kexp.org/v2/shows/61787/?format=api",
    "image_uri": "https://ia803205.us.archive.org/29/items/mbid-0e7816aa-1896-4633-8e3b-4012f275550f/mbid-0e7816aa-1896-4633-8e3b-4012f275550f-26400988564_thumb500.jpg",
    "thumbnail_uri": "https://ia803205.us.archive.org/29/items/mbid-0e7816aa-1896-4633-8e3b-4012f275550f/mbid-0e7816aa-1896-4633-8e3b-4012f275550f-26400988564_thumb250.jpg",
    "song": "Microtonic Wave",
    "track_id": "1e7d3a3e-1138-4b2b-8a7c-969e74b62c28",
    "recording_id": "3cdaff75-3f9f-4d1a-a515-6ef11ec01b5a",
    "artist": "Pinback",
    "artist_ids": [
        "1f16a425-2606-4137-a6b7-234b6dabe037"
    ],
    "album": "Offcell",
    "release_id": "0e7816aa-1896-4633-8e3b-4012f275550f",
    "release_group_id": "0e5daf6e-fd15-38de-a8cd-7962c01c64e2",
    "labels": [
        "Absolutely Kosher Records"
    ],
    "label_ids": [
        "ab282a9a-6440-4e08-a7c5-64735a892f3e"
    ],
    "release_date": "2003-06-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Pinback were LIVE on KEXP in 2013. Watch the full performance here: https://www.youtube.com/watch?v=WaSeHrVJV5I",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}