Information about plays

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

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

{
    "id": 3418923,
    "uri": "https://api.kexp.org/v2/plays/3418923/?format=api",
    "airdate": "2024-10-29T16:35:43-07:00",
    "show": 61710,
    "show_uri": "https://api.kexp.org/v2/shows/61710/?format=api",
    "image_uri": "https://ia800900.us.archive.org/22/items/mbid-a5b128e5-5b0d-4f33-bc66-c65c8251a6e3/mbid-a5b128e5-5b0d-4f33-bc66-c65c8251a6e3-9171817410_thumb500.jpg",
    "thumbnail_uri": "https://ia800900.us.archive.org/22/items/mbid-a5b128e5-5b0d-4f33-bc66-c65c8251a6e3/mbid-a5b128e5-5b0d-4f33-bc66-c65c8251a6e3-9171817410_thumb250.jpg",
    "song": "Culebro",
    "track_id": "0bb7f120-9540-4134-87dd-c82713b46f7c",
    "recording_id": "6ebd87ee-27ff-4c75-9a0a-8c36e1b2f8ad",
    "artist": "Jungle Fire",
    "artist_ids": [
        "6052b119-dd4e-490f-9339-b22ee9c5a578"
    ],
    "album": "Tropicoso",
    "release_id": "a5b128e5-5b0d-4f33-bc66-c65c8251a6e3",
    "release_group_id": "be22385f-c5bd-44ee-910d-f3fd39be1908",
    "labels": [
        "Nacional Records"
    ],
    "label_ids": [
        "c5d75925-ded1-448e-aa02-06ea4b8250d6"
    ],
    "release_date": "2014-09-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Los Angeles based 10-piece TropiFunk juggernaut pulls its influences from the music of legends such as Irakere, Ray Barretto, James Brown, Fela Kuti and Manu Dibango // http://junglefiremusic.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}