Information about plays

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

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

{
    "id": 490970,
    "uri": "https://api.kexp.org/v2/plays/490970/?format=api",
    "airdate": "2001-11-27T19:30:00-08:00",
    "show": 8413,
    "show_uri": "https://api.kexp.org/v2/shows/8413/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Call to the Enlightened Ones / Habiba Jaahratini",
    "track_id": "85cfbbae-2669-42b5-bfb5-bc9837ac950f",
    "recording_id": null,
    "artist": "Paranoise",
    "artist_ids": [
        "ebc9906f-db99-4838-ab52-07af15151510"
    ],
    "album": "ISHQ",
    "release_id": "4fbc5932-67b0-48fb-85ca-03f1d51d4a1f",
    "release_group_id": null,
    "labels": [
        "Ancient Records"
    ],
    "label_ids": [
        "e491609a-b02b-4112-a54c-4d073b5d347e"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}