Information about plays

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

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

{
    "id": 3422357,
    "uri": "https://api.kexp.org/v2/plays/3422357/?format=api",
    "airdate": "2024-11-07T04:24:46-08:00",
    "show": 61784,
    "show_uri": "https://api.kexp.org/v2/shows/61784/?format=api",
    "image_uri": "https://ia903202.us.archive.org/18/items/mbid-d86e6270-7458-4bcb-9692-cd689a779435/mbid-d86e6270-7458-4bcb-9692-cd689a779435-17854644435_thumb500.jpg",
    "thumbnail_uri": "https://ia803202.us.archive.org/18/items/mbid-d86e6270-7458-4bcb-9692-cd689a779435/mbid-d86e6270-7458-4bcb-9692-cd689a779435-17854644435_thumb250.jpg",
    "song": "Keep on Movin' On",
    "track_id": "b8df7a8c-8678-33b6-83db-e975ebd76c5a",
    "recording_id": "3eb375c2-dd1b-4341-9d9e-d5c3c064f0db",
    "artist": "Martha Reeves",
    "artist_ids": [
        "17bc1a91-bf62-479d-9159-6dcd245b6266"
    ],
    "album": "Can You Dig It? The Music and Politics of Black Action Films 1968-75",
    "release_id": "d86e6270-7458-4bcb-9692-cd689a779435",
    "release_group_id": "1e543024-57f9-4473-b1b9-8332244dd344",
    "labels": [
        "Soul Jazz Records"
    ],
    "label_ids": [
        "88ff5195-2c1a-4ea6-94b4-f96384f9bf52"
    ],
    "release_date": "2009-10-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}