Information about plays

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

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

{
    "id": 343152,
    "uri": "https://api.kexp.org/v2/plays/343152/?format=api",
    "airdate": "2019-06-18T22:06:49-07:00",
    "show": 5722,
    "show_uri": "https://api.kexp.org/v2/shows/5722/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Elevate My Mind",
    "track_id": "ceefcb4f-fb09-37b6-a946-fe1aa1f40957",
    "recording_id": null,
    "artist": "Stereo MCs",
    "artist_ids": [
        "5e0ca89b-f5a6-4034-af31-17f10ff5a7d2"
    ],
    "album": "Supernatural",
    "release_id": "dc14c34a-fbe5-40bd-8a7f-a228263485c4",
    "release_group_id": null,
    "labels": [
        "4th & Broadway"
    ],
    "label_ids": [
        "c7c345d6-7c08-4008-918d-26a7f4acdbbd"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Stereo MC's first single \"Elevate My Mind\" features a sample of \"White Lines (Don't Don't Do It)\" by Grandmaster Melle Mel.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}