Information about plays

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

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

{
    "id": 423278,
    "uri": "https://api.kexp.org/v2/plays/423278/?format=api",
    "airdate": "2001-05-10T23:12:51-07:00",
    "show": 7093,
    "show_uri": "https://api.kexp.org/v2/shows/7093/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/612LSkHf1bL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/612LSkHf1bL._SL75_.jpg",
    "song": "Yemandja",
    "track_id": "5874153e-d2ff-4f1f-9c90-8ac45370d7ac",
    "recording_id": null,
    "artist": "Angélique Kidjo",
    "artist_ids": [
        "80fe34d0-6b4f-4ccd-81c3-281ab37f0451"
    ],
    "album": "Ayé",
    "release_id": "d991f828-c76f-47de-9707-ef2d90c17e66",
    "release_group_id": null,
    "labels": [
        "Island Records"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1994-02-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}