Information about plays

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

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

{
    "id": 379798,
    "uri": "https://api.kexp.org/v2/plays/379798/?format=api",
    "airdate": "2019-09-12T02:28:06-07:00",
    "show": 6321,
    "show_uri": "https://api.kexp.org/v2/shows/6321/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Feature Creatures (Fever Ray Remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Björk",
    "artist_ids": [],
    "album": "Feature Creatures",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "One Little Indian Records"
    ],
    "label_ids": [
        "0253505b-b0f3-4619-8ce0-6a79fe6fbc32"
    ],
    "release_date": "2019-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In which Björk and Fever Ray remix each other - https://www.residentadvisor.net/news/44391",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}