Information about plays

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

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

{
    "id": 378140,
    "uri": "https://api.kexp.org/v2/plays/378140/?format=api",
    "airdate": "2019-09-08T00:11:00-07:00",
    "show": 6294,
    "show_uri": "https://api.kexp.org/v2/shows/6294/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "III",
    "track_id": "0a0005a7-d284-44f0-ae2f-df5ba3e848a8",
    "recording_id": null,
    "artist": "Abkehr",
    "artist_ids": [
        "7ebb57c1-4b1a-469f-a914-aa92a78b6fe9"
    ],
    "album": "In Asche",
    "release_id": "95fa347d-bba3-4031-a10c-8d3f81e68b25",
    "release_group_id": null,
    "labels": [
        "Sentient Ruin Laboratories"
    ],
    "label_ids": [],
    "release_date": "2017-05-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Abkehr will be releasing an album on October 25th called In Feuer on Acid Tears Records; https://www.facebook.com/abkehr/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}