Information about plays

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

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

{
    "id": 371960,
    "uri": "https://api.kexp.org/v2/plays/371960/?format=api",
    "airdate": "2019-08-25T00:32:46-07:00",
    "show": 6196,
    "show_uri": "https://api.kexp.org/v2/shows/6196/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Le feu secret",
    "track_id": "cfb79938-411b-4dd5-b98a-4d0f75c7c83f",
    "recording_id": null,
    "artist": "Cantique Lépreux",
    "artist_ids": [
        "274d698c-81c1-48f7-b848-c4ab0730f486"
    ],
    "album": "Paysages polaires",
    "release_id": "3710eefc-80be-43b1-bf16-967ca93e04a4",
    "release_group_id": null,
    "labels": [
        "Eisenwald Tonschmiede"
    ],
    "label_ids": [
        "3e1347c6-1462-4f96-ae96-f3eb1157c671"
    ],
    "release_date": "2018-11-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Quebec City, Quebec; https://cantiquelepreux.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}