Information about plays

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

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

{
    "id": 376080,
    "uri": "https://api.kexp.org/v2/plays/376080/?format=api",
    "airdate": "2019-09-03T16:01:58-07:00",
    "show": 6262,
    "show_uri": "https://api.kexp.org/v2/shows/6262/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sparky's Dream",
    "track_id": "eb8a49a1-1cb2-39d7-9a2f-44474bf1eb0d",
    "recording_id": null,
    "artist": "Teenage Fanclub",
    "artist_ids": [
        "e6f8912b-7df9-4aae-b551-2cd03dc29588"
    ],
    "album": "Grand Prix",
    "release_id": "1f3507da-f350-4182-8b4b-d5e1e5c4c144",
    "release_group_id": null,
    "labels": [
        "BMG Australia"
    ],
    "label_ids": [
        "70fc9904-5c40-4c51-9ffe-be766e2c33f9"
    ],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}