Information about plays

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

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

{
    "id": 2678809,
    "uri": "https://api.kexp.org/v2/plays/2678809/?format=api",
    "airdate": "2019-12-27T15:24:55-08:00",
    "show": 46235,
    "show_uri": "https://api.kexp.org/v2/shows/46235/?format=api",
    "image_uri": "https://coverartarchive.org/release/0af655c9-29ae-4388-a08c-e22fcde43452/21280154870-250.jpg",
    "thumbnail_uri": "",
    "song": "Alles",
    "track_id": "b5282b9a-7e5c-442b-b9a1-d3db55512ad2",
    "recording_id": null,
    "artist": "Perel",
    "artist_ids": [
        "b07632f8-eb18-4a32-9dfd-c398412ab6b4"
    ],
    "album": "Hermetica",
    "release_id": "0af655c9-29ae-4388-a08c-e22fcde43452",
    "release_group_id": null,
    "labels": [
        "DFA Records"
    ],
    "label_ids": [
        "32d02635-98fc-4405-94e1-e5b06f9d2025"
    ],
    "release_date": "2018-04-20",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Perel 's real name is Annegret Fiedler. She credits Annie Lennox as a major inspiration. Read a review of \"Hermetica\": https://www.thelineofbestfit.com/reviews/albums/perel-hermetica",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}