Information about plays

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

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

{
    "id": 3420889,
    "uri": "https://api.kexp.org/v2/plays/3420889/?format=api",
    "airdate": "2024-11-03T11:49:35-08:00",
    "show": 61752,
    "show_uri": "https://api.kexp.org/v2/shows/61752/?format=api",
    "image_uri": "https://coverartarchive.org/release/83ad51be-e7f3-4b2f-a57b-7518dd3408e7/29527028993-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/83ad51be-e7f3-4b2f-a57b-7518dd3408e7/29527028993-250.jpg",
    "song": "FREEDOM",
    "track_id": null,
    "recording_id": "fbe82336-caa2-4180-804c-690251c368af",
    "artist": "Jon Batiste",
    "artist_ids": [
        "a2a72dba-3a08-43c4-859c-4c7f5fcc9599"
    ],
    "album": "WE ARE",
    "release_id": null,
    "release_group_id": "eeb0cb68-afe0-4800-b91c-e0b559e0724f",
    "labels": [
        "Verve"
    ],
    "label_ids": [
        "99a24d71-54c1-4d3f-88cc-00fbcc4fce83"
    ],
    "release_date": "2021-03-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The NOLA musician said he “wanted to make a song that explicitly speaks to the sexual and social revolution that happened through that music, and is still happening today.”\nhttps://relix.com/articles/detail/track-by-track-jon-batiste-we-are/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}