Information about plays

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

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

{
    "id": 3421352,
    "uri": "https://api.kexp.org/v2/plays/3421352/?format=api",
    "airdate": "2024-11-04T15:12:07-08:00",
    "show": 61763,
    "show_uri": "https://api.kexp.org/v2/shows/61763/?format=api",
    "image_uri": "https://coverartarchive.org/release/66375564-7565-4dff-bfa6-674430cb0405/5713860317-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/66375564-7565-4dff-bfa6-674430cb0405/5713860317-250.jpg",
    "song": "Sanford & Son Theme (The Streetbeater)",
    "track_id": null,
    "recording_id": "61f86c31-91a3-4274-8d11-9b02b725a75d",
    "artist": "Quincy Jones",
    "artist_ids": [
        "5803c81e-739a-4057-9a5c-cf84e55db630"
    ],
    "album": "You’ve Got It Bad Girl",
    "release_id": null,
    "release_group_id": "50fd29ff-dc76-31db-8ecb-06d26d671c12",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1973-10-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}