Information about plays

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

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

{
    "id": 1188251,
    "uri": "https://api.kexp.org/v2/plays/1188251/?format=api",
    "airdate": "2007-01-23T20:55:30-08:00",
    "show": 20832,
    "show_uri": "https://api.kexp.org/v2/shows/20832/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Living Like a Refugee",
    "track_id": null,
    "recording_id": null,
    "artist": "Sierra Leone's Refugee All Stars",
    "artist_ids": [
        "9dd40fc0-d29a-4168-84e3-36357e9159ac"
    ],
    "album": "Live @ KEXP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "www.kexp.org"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": true,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}