Information about plays

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

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

{
    "id": 371823,
    "uri": "https://api.kexp.org/v2/plays/371823/?format=api",
    "airdate": "2019-08-24T17:23:00-07:00",
    "show": 6193,
    "show_uri": "https://api.kexp.org/v2/shows/6193/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "One Big Holiday",
    "track_id": "0145631c-fac0-3809-b42d-45a4ab5b0532",
    "recording_id": null,
    "artist": "My Morning Jacket",
    "artist_ids": [
        "ea5883b7-68ce-48b3-b115-61746ea53b8c"
    ],
    "album": "It Still Moves",
    "release_id": "81d77adb-96cc-447a-96b9-98fe6fe8b75e",
    "release_group_id": null,
    "labels": [
        "ATO Records"
    ],
    "label_ids": [],
    "release_date": "2003-09-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}