Information about plays

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

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

{
    "id": 382895,
    "uri": "https://api.kexp.org/v2/plays/382895/?format=api",
    "airdate": "2019-09-19T09:12:45-07:00",
    "show": 6370,
    "show_uri": "https://api.kexp.org/v2/shows/6370/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lumiere",
    "track_id": "a26d4edc-e589-4834-be05-85de9bbbd827",
    "recording_id": null,
    "artist": "Blue Scholars",
    "artist_ids": [
        "69cd93fd-1c2b-40f5-ae03-7bf4b4213fd3"
    ],
    "album": "2010: Odds & Ends",
    "release_id": "babade69-db92-40d3-8d00-80e437a53f2b",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2010-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Local rap group Blue Scholars sampling The xx's \"Intro\" for this one. Check out the story for this song from member Sabzi here: https://bit.ly/2kIIZyZ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}