Information about plays

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

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

{
    "id": 2681350,
    "uri": "https://api.kexp.org/v2/plays/2681350/?format=api",
    "airdate": "2020-01-02T20:20:00-08:00",
    "show": 46279,
    "show_uri": "https://api.kexp.org/v2/shows/46279/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Protection",
    "track_id": "0665f1ce-8bb2-4e6c-8de9-0dc1ef060e1a",
    "recording_id": null,
    "artist": "Lucinda Williams",
    "artist_ids": [
        "21685b15-3074-446e-aa1d-ff7157014f53"
    ],
    "album": "Down Where the Spirit Meets the Bone",
    "release_id": "76aec0da-5573-4754-beb6-f17aa5f80072",
    "release_group_id": null,
    "labels": [
        "Highway 20 Records"
    ],
    "label_ids": [],
    "release_date": "2014-09-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}