Information about plays

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

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

{
    "id": 355453,
    "uri": "https://api.kexp.org/v2/plays/355453/?format=api",
    "airdate": "2019-07-17T04:49:47-07:00",
    "show": 5923,
    "show_uri": "https://api.kexp.org/v2/shows/5923/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Copper Bird Bath (feat. CFCF)",
    "track_id": null,
    "recording_id": null,
    "artist": "Unknown Mobile",
    "artist_ids": [],
    "album": "Daucile Moon",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Pacific Rhythm"
    ],
    "label_ids": [
        "cd5d48aa-0313-4cd2-bb80-bc516576849f"
    ],
    "release_date": "2019-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New EP on Vancouver label Pacific Rhythm from the Terminal City / Montreal's Levi Bruce out now (inspired by older downtempo and jazz records found whilst \"recovering from a broken toe and collecting MIDI files he found in an old Geocities archive\")",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}