Information about plays

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

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

{
    "id": 3422560,
    "uri": "https://api.kexp.org/v2/plays/3422560/?format=api",
    "airdate": "2024-11-07T16:20:05-08:00",
    "show": 61789,
    "show_uri": "https://api.kexp.org/v2/shows/61789/?format=api",
    "image_uri": "https://ia802202.us.archive.org/0/items/mbid-ca391616-a063-45b6-aba8-525e36042c18/mbid-ca391616-a063-45b6-aba8-525e36042c18-11479860225_thumb500.jpg",
    "thumbnail_uri": "https://ia902202.us.archive.org/0/items/mbid-ca391616-a063-45b6-aba8-525e36042c18/mbid-ca391616-a063-45b6-aba8-525e36042c18-11479860225_thumb250.jpg",
    "song": "Not Great Men",
    "track_id": "08c6209a-af81-3af3-8adc-578b77fa0bb4",
    "recording_id": "fdcfc2ea-6fc5-4f9b-b56f-387ebbcd0eb6",
    "artist": "Gang of Four",
    "artist_ids": [
        "d8661c02-f423-4d72-8044-40ff05daf7a1"
    ],
    "album": "Entertainment!",
    "release_id": "cb3d472f-b445-4f87-afa5-2dc6188011d5",
    "release_group_id": "d0493944-992b-3534-9174-8320c1879837",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2005-05-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out Gang of Four performing \"Not Great Men\" live in the KEXP studio. Recorded 2/16/11. \nhttps://bit.ly/3jJWVnN",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}