Information about plays

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

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

{
    "id": 3421791,
    "uri": "https://api.kexp.org/v2/plays/3421791/?format=api",
    "airdate": "2024-11-05T17:00:34-08:00",
    "show": 61773,
    "show_uri": "https://api.kexp.org/v2/shows/61773/?format=api",
    "image_uri": "https://ia800705.us.archive.org/6/items/mbid-c970e104-08b3-4de9-83d2-758035aff77a/mbid-c970e104-08b3-4de9-83d2-758035aff77a-4728819180_thumb500.jpg",
    "thumbnail_uri": "https://ia600705.us.archive.org/6/items/mbid-c970e104-08b3-4de9-83d2-758035aff77a/mbid-c970e104-08b3-4de9-83d2-758035aff77a-4728819180_thumb250.jpg",
    "song": "Don't Give Up",
    "track_id": "e3b0ea75-17c6-469b-9f3b-427a551d4b52",
    "recording_id": "1f30f09f-fb2f-4dca-a594-2dad1850fcdc",
    "artist": "Washed Out",
    "artist_ids": [
        "74a30f2a-dae6-4e99-8a75-cb0f93b31aa6"
    ],
    "album": "Paracosm",
    "release_id": "b8be2fc4-de42-4c50-824c-429bea488561",
    "release_group_id": "0c1447ba-c34c-4824-9b1c-f56612836db6",
    "labels": [
        "Weird World",
        "Sub Pop Records"
    ],
    "label_ids": [
        "343db7a3-cd39-4e22-a337-bb5b6c774500",
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2013-08-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Shows:\n\nSeattle, THIS FRIDAY, Nov 8 at The Crocodile\n\nSan Francisco, Tuesday, Nov 12 at Regency Ballroom",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}