Information about plays

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

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

{
    "id": 3421684,
    "uri": "https://api.kexp.org/v2/plays/3421684/?format=api",
    "airdate": "2024-11-05T10:11:03-08:00",
    "show": 61770,
    "show_uri": "https://api.kexp.org/v2/shows/61770/?format=api",
    "image_uri": "https://ia801207.us.archive.org/7/items/mbid-6217d90e-9517-445c-9396-c7862ed2a143/mbid-6217d90e-9517-445c-9396-c7862ed2a143-37729521341_thumb500.jpg",
    "thumbnail_uri": "https://ia801207.us.archive.org/7/items/mbid-6217d90e-9517-445c-9396-c7862ed2a143/mbid-6217d90e-9517-445c-9396-c7862ed2a143-37729521341_thumb250.jpg",
    "song": "Tigers Blood",
    "track_id": "c6122fe7-c7bd-45ab-a602-477db90b8489",
    "recording_id": "8892df94-8c42-4bbd-9fef-b9b37d68f20f",
    "artist": "Waxahatchee",
    "artist_ids": [
        "42321e24-42b6-4f08-b0d9-8325ee887a20"
    ],
    "album": "Tigers Blood",
    "release_id": "6217d90e-9517-445c-9396-c7862ed2a143",
    "release_group_id": "f9aa9b53-2c89-4901-926e-e992f1e4d8c0",
    "labels": [
        "Anti‐"
    ],
    "label_ids": [
        "5b8cf470-f162-4ee3-9b9f-77ff4ee0c601"
    ],
    "release_date": "2024-03-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Oh, my, isn't this a wonderful song?\n--\nThat's MJ Lenderman (of the band Wednesday) singing with Katie Crutchfield. \n--\nWatch a live performance from Brooklyn earlier this year: https://www.youtube.com/watch?v=426sFBJPPwo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}