Information about plays

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

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

{
    "id": 1288775,
    "uri": "https://api.kexp.org/v2/plays/1288775/?format=api",
    "airdate": "2007-10-09T07:36:00-07:00",
    "show": 22552,
    "show_uri": "https://api.kexp.org/v2/shows/22552/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I'm Not Gonna Teach Your Boyfriend How to Dance With You",
    "track_id": "ebbbff6f-d6c0-4e0e-a5da-5960da6ebf98",
    "recording_id": null,
    "artist": "Black Kids",
    "artist_ids": [
        "38f953ac-af97-40b1-b95c-ab35cc0d7a81"
    ],
    "album": "Wizard of Ahhhs",
    "release_id": "28920f87-a9ee-455b-89a0-ee9be952485a",
    "release_group_id": null,
    "labels": [
        "Blank or No Label"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2007-08-11",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}