Information about plays

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

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

{
    "id": 356939,
    "uri": "https://api.kexp.org/v2/plays/356939/?format=api",
    "airdate": "2019-07-20T17:34:00-07:00",
    "show": 5947,
    "show_uri": "https://api.kexp.org/v2/shows/5947/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Colour of Moonlight (Antiochus)",
    "track_id": "97fae28e-73fe-34c7-9fea-248646a4eb90",
    "recording_id": null,
    "artist": "Grimes",
    "artist_ids": [],
    "album": "Visions",
    "release_id": "87d4b73a-3a89-48f8-9b76-23391f4a0e75",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2012-02-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}