Information about plays

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

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

{
    "id": 378471,
    "uri": "https://api.kexp.org/v2/plays/378471/?format=api",
    "airdate": "2019-09-08T20:13:00-07:00",
    "show": 6300,
    "show_uri": "https://api.kexp.org/v2/shows/6300/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Get To Know It",
    "track_id": null,
    "recording_id": null,
    "artist": "Moonchild",
    "artist_ids": [
        "8b9b1f04-305b-4bca-ac29-dd039507f667"
    ],
    "album": "Be Free",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Entertainment One Music"
    ],
    "label_ids": [
        "1ac45b37-11d1-47bb-8305-e28228d61763"
    ],
    "release_date": "2019-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}