Information about plays

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

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

{
    "id": 3428566,
    "uri": "https://api.kexp.org/v2/plays/3428566/?format=api",
    "airdate": "2024-11-22T07:28:41-08:00",
    "show": 61914,
    "show_uri": "https://api.kexp.org/v2/shows/61914/?format=api",
    "image_uri": "https://ia904508.us.archive.org/7/items/mbid-d9e47b36-e29f-387e-afc6-2dbb90cb914d/mbid-d9e47b36-e29f-387e-afc6-2dbb90cb914d-30038761726_thumb500.jpg",
    "thumbnail_uri": "https://ia904508.us.archive.org/7/items/mbid-d9e47b36-e29f-387e-afc6-2dbb90cb914d/mbid-d9e47b36-e29f-387e-afc6-2dbb90cb914d-30038761726_thumb250.jpg",
    "song": "It's Thunder and It's Lightning",
    "track_id": "2ca91210-2b8e-3724-9c0b-20ed7d1ffdfd",
    "recording_id": "22fa4e0f-470c-4dae-8368-a2a0bc411740",
    "artist": "We Were Promised Jetpacks",
    "artist_ids": [
        "8f0e0596-5a39-4bd5-9dfa-f2b12030ffdc"
    ],
    "album": "These Four Walls",
    "release_id": "aa517c56-b622-4834-80db-0fddbcc85aee",
    "release_group_id": "fa770dce-0375-3dcd-8e81-a143b5d39b31",
    "labels": [
        "FatCat Records"
    ],
    "label_ids": [
        "21d42a26-b50d-4d1b-8494-ec07922919ce"
    ],
    "release_date": "2009-07-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This great live performance by Scottish band We Were Promised Jetpacks at Seattle's Triple Door in 2019 began with this great track: https://www.youtube.com/watch?v=mO27WUNVgIY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}