Information about plays

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

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

{
    "id": 3312375,
    "uri": "https://api.kexp.org/v2/plays/3312375/?format=api",
    "airdate": "2024-02-20T04:00:49-08:00",
    "show": 59468,
    "show_uri": "https://api.kexp.org/v2/shows/59468/?format=api",
    "image_uri": "https://ia801009.us.archive.org/8/items/mbid-bc5d45a1-cce6-4114-9acd-db47a5e3833a/mbid-bc5d45a1-cce6-4114-9acd-db47a5e3833a-19967451529_thumb500.jpg",
    "thumbnail_uri": "https://ia801009.us.archive.org/8/items/mbid-bc5d45a1-cce6-4114-9acd-db47a5e3833a/mbid-bc5d45a1-cce6-4114-9acd-db47a5e3833a-19967451529_thumb250.jpg",
    "song": "Salaam",
    "track_id": "f64f5a0c-8960-432e-82e6-c8054adc55c7",
    "recording_id": "a4547baf-d9c0-4077-9f3f-117a75757d1e",
    "artist": "Kamaal Williams",
    "artist_ids": [
        "fe5e321e-cbea-4b2d-8bfa-9c9074bed66d"
    ],
    "album": "The Return",
    "release_id": "bc5d45a1-cce6-4114-9acd-db47a5e3833a",
    "release_group_id": "a74ab4e7-7b0e-4b34-9d02-59893c23b3c5",
    "labels": [],
    "label_ids": [],
    "release_date": "2018-05-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "London-based DJ who used to be one half of Yussef Kamaal \n\nhttps://kamaalwilliams.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}