Information about plays

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

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

{
    "id": 355776,
    "uri": "https://api.kexp.org/v2/plays/355776/?format=api",
    "airdate": "2019-07-18T00:00:00-07:00",
    "show": 5928,
    "show_uri": "https://api.kexp.org/v2/shows/5928/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Gole Yakh",
    "track_id": "87fc3a68-b555-3984-b185-5d4f9a19cd35",
    "recording_id": null,
    "artist": "Kourosh Yaghmaei",
    "artist_ids": [
        "1c11fabc-c4e2-4228-b37e-92e0a4dff840"
    ],
    "album": "Back From the Brink",
    "release_id": "95b466b7-309d-471f-8284-4fde17a033e4",
    "release_group_id": null,
    "labels": [
        "Now-Again Records"
    ],
    "label_ids": [],
    "release_date": "2011-06-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Pre-Revolution Psychedelic Rock from Iran",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}