Information about plays

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

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

{
    "id": 508878,
    "uri": "https://api.kexp.org/v2/plays/508878/?format=api",
    "airdate": "2002-01-19T22:31:45-08:00",
    "show": 8760,
    "show_uri": "https://api.kexp.org/v2/shows/8760/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Reflection",
    "track_id": "9130a28e-c5be-4cc3-bc53-d441013a24ba",
    "recording_id": null,
    "artist": "Boo Williams",
    "artist_ids": [
        "265c41ad-2e21-4c7a-9523-bb447906bc8c"
    ],
    "album": "Thera Jaz EP",
    "release_id": "f2966b03-d2ac-42b6-8805-05b1c364e19a",
    "release_group_id": null,
    "labels": [
        "Nepenta"
    ],
    "label_ids": [
        "2a69793b-4ef1-4c7d-992b-268f3945fc27"
    ],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}