Information about plays

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

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

{
    "id": 2681125,
    "uri": "https://api.kexp.org/v2/plays/2681125/?format=api",
    "airdate": "2020-01-02T06:27:19-08:00",
    "show": 46275,
    "show_uri": "https://api.kexp.org/v2/shows/46275/?format=api",
    "image_uri": "https://coverartarchive.org/release/5b9443ab-1624-48fc-a1e2-caa9d8209ffc/24261312557-250.jpg",
    "thumbnail_uri": "",
    "song": "Bright Horses",
    "track_id": "f84ed422-0393-42e6-8bda-e8be052b2108",
    "recording_id": null,
    "artist": "Nick Cave & the Bad Seeds",
    "artist_ids": [
        "172e1f1a-504d-4488-b053-6344ba63e6d0"
    ],
    "album": "Ghosteen",
    "release_id": "5b9443ab-1624-48fc-a1e2-caa9d8209ffc",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-10-04",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}