Information about plays

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

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

{
    "id": 3421316,
    "uri": "https://api.kexp.org/v2/plays/3421316/?format=api",
    "airdate": "2024-11-04T12:28:13-08:00",
    "show": 61762,
    "show_uri": "https://api.kexp.org/v2/shows/61762/?format=api",
    "image_uri": "https://ia600206.us.archive.org/35/items/mbid-71d5c554-d228-368c-99f7-eb3e24747b08/mbid-71d5c554-d228-368c-99f7-eb3e24747b08-6323942850_thumb500.jpg",
    "thumbnail_uri": "https://ia600206.us.archive.org/35/items/mbid-71d5c554-d228-368c-99f7-eb3e24747b08/mbid-71d5c554-d228-368c-99f7-eb3e24747b08-6323942850_thumb250.jpg",
    "song": "Give Me the Night",
    "track_id": "234e7dc2-ffec-493c-8762-5082d72e88e6",
    "recording_id": "f5847731-ba24-43ba-98e7-8c11e34b881e",
    "artist": "George Benson",
    "artist_ids": [
        "467f69b6-8d6d-4d2c-bfad-e89adf2806ff"
    ],
    "album": "Give Me the Night",
    "release_id": "471ffbf1-b289-449e-b1b2-ea96f42bf47b",
    "release_group_id": "899999b9-f436-3b38-a813-893100d3169f",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1980-11-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}