Information about plays

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

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

{
    "id": 382303,
    "uri": "https://api.kexp.org/v2/plays/382303/?format=api",
    "airdate": "2019-09-18T01:58:02-07:00",
    "show": 6363,
    "show_uri": "https://api.kexp.org/v2/shows/6363/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ballin'",
    "track_id": "5508a5bf-5be0-4c10-a822-13428c562632",
    "recording_id": null,
    "artist": "Parisalexa",
    "artist_ids": [
        "2371c6a6-4a8e-411a-8288-7d51163b1247"
    ],
    "album": "FLEXA",
    "release_id": "3fa3fe38-2486-4a7d-b4ba-69cf5eb7c17b",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2018-06-08",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Join us for the first Street Sounds Live event on Friday, October 11th at KEXP’s Gathering Space! This special event will be hosted by DJ Stas thee Boss and DJ Mike Ramos and feature live performances from Parisalexa, J'von, and Soultanz.  \n https://www.kexp.org/events/kexp-events/street-sounds-live/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}