Information about plays

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

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

{
    "id": 377222,
    "uri": "https://api.kexp.org/v2/plays/377222/?format=api",
    "airdate": "2019-09-05T22:29:00-07:00",
    "show": 6276,
    "show_uri": "https://api.kexp.org/v2/shows/6276/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Show Me More",
    "track_id": "74d746d6-5fa8-465e-b238-1245ca32b03f",
    "recording_id": null,
    "artist": "Girl Ray",
    "artist_ids": [
        "ebcf8901-bd0a-486c-bfc9-341b7394c3fa"
    ],
    "album": "Girl",
    "release_id": "1ff8150f-3180-4696-86bd-30b57e4404a9",
    "release_group_id": null,
    "labels": [
        "もしもし"
    ],
    "label_ids": [
        "a7311de2-1ab5-4a9a-b4ec-fabe8f01674f"
    ],
    "release_date": "2019-11-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Girl Ray's new album Girl is out November 8th on Moshi Moshi.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}