Information about plays

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

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

{
    "id": 3422249,
    "uri": "https://api.kexp.org/v2/plays/3422249/?format=api",
    "airdate": "2024-11-06T22:23:58-08:00",
    "show": 61783,
    "show_uri": "https://api.kexp.org/v2/shows/61783/?format=api",
    "image_uri": "https://ia802205.us.archive.org/14/items/mbid-5571119c-f0b7-3161-be30-001dfc559a58/mbid-5571119c-f0b7-3161-be30-001dfc559a58-7801604589_thumb500.jpg",
    "thumbnail_uri": "https://ia902205.us.archive.org/14/items/mbid-5571119c-f0b7-3161-be30-001dfc559a58/mbid-5571119c-f0b7-3161-be30-001dfc559a58-7801604589_thumb250.jpg",
    "song": "There’s Too Much Love",
    "track_id": "fbb2448a-2c61-35e2-a52a-c5c856858158",
    "recording_id": "3722829b-d598-4259-a031-c74e059ff198",
    "artist": "Belle & Sebastian",
    "artist_ids": [
        "e5c7b94f-e264-473c-bb0f-37c85d4d5c70"
    ],
    "album": "Fold Your Hands Child, You Walk Like a Peasant",
    "release_id": "5571119c-f0b7-3161-be30-001dfc559a58",
    "release_group_id": "61863cb6-63d7-3d16-9886-a4c7ae329bff",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2000-06-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.belleandsebastian.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}