Information about plays

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

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

{
    "id": 351853,
    "uri": "https://api.kexp.org/v2/plays/351853/?format=api",
    "airdate": "2019-07-08T21:26:00-07:00",
    "show": 5864,
    "show_uri": "https://api.kexp.org/v2/shows/5864/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "\"...Sudden Stars\"",
    "track_id": "5bd20a0c-e281-3898-87f2-d235a8c8dc9c",
    "recording_id": null,
    "artist": "Stereolab",
    "artist_ids": [
        "f1df0431-9250-4ec8-95d8-f19ce7cf7fb6"
    ],
    "album": "Margerine Eclipse",
    "release_id": "ef8836e9-da89-4a67-a296-c2b8b32f8215",
    "release_group_id": null,
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "2004-01-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing The Showbox on October 15th.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}