Information about plays

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

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

{
    "id": 354066,
    "uri": "https://api.kexp.org/v2/plays/354066/?format=api",
    "airdate": "2019-07-13T23:55:00-07:00",
    "show": 5901,
    "show_uri": "https://api.kexp.org/v2/shows/5901/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Closer to Caesar",
    "track_id": "2443508e-38de-391c-94f4-eb5329905bb7",
    "recording_id": null,
    "artist": "Playing Enemy",
    "artist_ids": [
        "61b0f945-ce01-4925-950e-fbc5ce389957"
    ],
    "album": "Cesarean",
    "release_id": "abe78122-201f-471d-ad57-a9f243da1632",
    "release_group_id": null,
    "labels": [
        "Escape Artist Records"
    ],
    "label_ids": [],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "members of Kiss it Goodbye, Undertow & Rorschach",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}