Information about plays

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

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

{
    "id": 3417130,
    "uri": "https://api.kexp.org/v2/plays/3417130/?format=api",
    "airdate": "2024-10-25T13:37:01-07:00",
    "show": 61669,
    "show_uri": "https://api.kexp.org/v2/shows/61669/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Reduction",
    "track_id": null,
    "recording_id": "e8c81ba9-b5ce-4c21-a4c2-50c5d2580d86",
    "artist": "Material",
    "artist_ids": [
        "ceaf841a-60e9-4391-9e26-88b853cd4658"
    ],
    "album": "Temporary Music (1979–1981)",
    "release_id": null,
    "release_group_id": "8d4c3dc5-171a-3455-90f2-592859aa1ea1",
    "labels": [
        "Restless Records"
    ],
    "label_ids": [
        "573cf520-bd75-4040-8a4a-71f805759139"
    ],
    "release_date": "1981-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Material  was a funk project headed up by bassist and producer Bill Laswell in 1979. A central figure in the NY underground scene of the time, Laswell also founded Praxis featuring Buckethead, Bootsy Collins, Bernie Worrell, AF Next Man Flip (turntable) and Brain (drums) Transmutation (Mutatis Mutandis). Read more about laswell here https://www.allmusic.com/artist/bill-laswell-mn0000075979",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}