Information about plays

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

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

{
    "id": 3422463,
    "uri": "https://api.kexp.org/v2/plays/3422463/?format=api",
    "airdate": "2024-11-07T10:11:32-08:00",
    "show": 61787,
    "show_uri": "https://api.kexp.org/v2/shows/61787/?format=api",
    "image_uri": "https://ia801600.us.archive.org/2/items/mbid-6638d6d8-43d7-4e68-be54-8c5b3a02a5fe/mbid-6638d6d8-43d7-4e68-be54-8c5b3a02a5fe-39763092406_thumb500.jpg",
    "thumbnail_uri": "https://ia801600.us.archive.org/2/items/mbid-6638d6d8-43d7-4e68-be54-8c5b3a02a5fe/mbid-6638d6d8-43d7-4e68-be54-8c5b3a02a5fe-39763092406_thumb250.jpg",
    "song": "A New Boredom",
    "track_id": "73de9a6e-43fa-47ce-9b2f-be9178cd1ce0",
    "recording_id": "f1e8e3d4-a3c2-4b3b-8917-8ea615452fb3",
    "artist": "Fastbacks",
    "artist_ids": [
        "3fe64039-d8e0-4ac2-838f-9a3bf97c4931"
    ],
    "album": "For WHAT Reason!",
    "release_id": "6638d6d8-43d7-4e68-be54-8c5b3a02a5fe",
    "release_group_id": "649b220a-6271-4c1d-aa7a-36a89786c30b",
    "labels": [
        "No Threes Records"
    ],
    "label_ids": [
        "afd5df73-7578-4fa8-b6ea-2fbdac399a41"
    ],
    "release_date": "2024-08-28",
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle band Fastbacks' returned with their first release in 25 years this past August. \n\nThe Seattle punk rock band was formed back in 1979 by songwriter and guitarist Kurt Block, and friends Lulu Gargiulo, and Kim Warnick. \n\nhttps://fastbacks.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}