Information about plays

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

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

{
    "id": 3410032,
    "uri": "https://api.kexp.org/v2/plays/3410032/?format=api",
    "airdate": "2024-10-08T13:21:12-07:00",
    "show": 61522,
    "show_uri": "https://api.kexp.org/v2/shows/61522/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Conga",
    "track_id": null,
    "recording_id": "47bda2d3-fb63-499b-a2a8-7b70cbbc6ce1",
    "artist": "Lafayette Afro-Rock Band",
    "artist_ids": [
        "68b22fd5-038c-4b74-8ed0-ee93b13c1d9e"
    ],
    "album": "Malik",
    "release_id": null,
    "release_group_id": "5af719e4-eb2d-3d95-abab-0caffad86b54",
    "labels": [
        "America Records"
    ],
    "label_ids": [
        "e18e76b2-5cfe-4214-bf21-45f79db40b64"
    ],
    "release_date": "1974-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lafayette Afro-Rock Band was an American funk band formed in Roosevelt, Long Island, New York in 1970. Shortly after their formation, they relocated to France. Check out more from them here, enjoy:\nhttps://lafayetteafro-rockband.bandcamp.com/album/malik",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}