Information about plays

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

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

{
    "id": 421755,
    "uri": "https://api.kexp.org/v2/plays/421755/?format=api",
    "airdate": "2001-05-06T14:42:00-07:00",
    "show": 7063,
    "show_uri": "https://api.kexp.org/v2/shows/7063/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51kwOvROuLL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51kwOvROuLL._SL75_.jpg",
    "song": "Here Is the Light",
    "track_id": "85470dd9-9eeb-4d8e-94a1-073bc439e39f",
    "recording_id": null,
    "artist": "Ours",
    "artist_ids": [
        "712559c6-5805-4aeb-bb37-e093c490db40"
    ],
    "album": "Distorted Lullabies",
    "release_id": "f13666fb-9160-4b81-b7ac-f9a1cb34e98b",
    "release_group_id": null,
    "labels": [
        "DreamWorks"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}