Information about plays

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

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

{
    "id": 3410061,
    "uri": "https://api.kexp.org/v2/plays/3410061/?format=api",
    "airdate": "2024-10-08T14:44:52-07:00",
    "show": 61522,
    "show_uri": "https://api.kexp.org/v2/shows/61522/?format=api",
    "image_uri": "https://coverartarchive.org/release/244c4a9b-693f-45e4-beff-9ff6742ced38/39889960286-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/244c4a9b-693f-45e4-beff-9ff6742ced38/39889960286-250.jpg",
    "song": "Acid",
    "track_id": null,
    "recording_id": "dcf812da-6fba-4716-9c9a-7aed1d5d9e3b",
    "artist": "Ray Barretto",
    "artist_ids": [
        "169153fd-ba80-401a-8ccd-2825efaf9155"
    ],
    "album": "Clap Your Hands It's Boogaloo",
    "release_id": null,
    "release_group_id": "7f7997ab-ece1-4c3d-97a9-838a2140bce0",
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Raymundo \"Ray\" Barretto Pagán was an New Jersey/ New York based percussionist, conguero and bandleader of Puerto Rican descent.\n\nRead more about the distinguished band-leader here:\nhttps://nmaahc.si.edu/latinx/ray-barretto",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}