Information about plays

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

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

{
    "id": 347837,
    "uri": "https://api.kexp.org/v2/plays/347837/?format=api",
    "airdate": "2019-06-29T12:56:04-07:00",
    "show": 5795,
    "show_uri": "https://api.kexp.org/v2/shows/5795/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Peace Attack",
    "track_id": "98fd49bd-bd45-41d6-9143-7d3b84cea0c6",
    "recording_id": null,
    "artist": "Sonic Youth",
    "artist_ids": [
        "5cbef01b-cc35-4f52-af7b-d0df0c4f61b9"
    ],
    "album": "Sonic Nurse",
    "release_id": "915176db-86c3-46c5-9312-a9e7072a2000",
    "release_group_id": null,
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "2004-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Peace Attack\" with Sonic Youth sharing some comforting sun-filled vibes on the KEXP wavelengths. If you have any musical suggestions send a text to (206) 903-5397 or email at dj@kexp.org.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}