Information about plays

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

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

{
    "id": 369613,
    "uri": "https://api.kexp.org/v2/plays/369613/?format=api",
    "airdate": "2019-08-19T21:46:00-07:00",
    "show": 6163,
    "show_uri": "https://api.kexp.org/v2/shows/6163/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Thighs High (Grip Your Hips and Move)",
    "track_id": "c6cc70c8-de1e-3d9e-a2d2-65b19ab8e1bc",
    "recording_id": null,
    "artist": "Tom Browne",
    "artist_ids": [
        "2b2596a1-089b-47ee-9aad-0587da08383a"
    ],
    "album": "Magic",
    "release_id": "778d8f6f-5f9f-4039-9647-a88716296f1d",
    "release_group_id": null,
    "labels": [
        "Big Break Records"
    ],
    "label_ids": [
        "dedfd16a-311b-48c7-8f3b-4979ec098259"
    ],
    "release_date": "2012-04-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}