Information about plays

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

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

{
    "id": 1400156,
    "uri": "https://api.kexp.org/v2/plays/1400156/?format=api",
    "airdate": "2008-07-21T10:16:10-07:00",
    "show": 24433,
    "show_uri": "https://api.kexp.org/v2/shows/24433/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51%2Bjx95DsxL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51%2Bjx95DsxL._SL75_.jpg",
    "song": "I'm Not Gonna Teach Your Boyfriend How to Dance With You",
    "track_id": null,
    "recording_id": null,
    "artist": "Black Kids",
    "artist_ids": [
        "38f953ac-af97-40b1-b95c-ab35cc0d7a81"
    ],
    "album": "Partie Traumatic",
    "release_id": "bb2931c5-70c9-4e70-b7a4-c35d056ee70d",
    "release_group_id": null,
    "labels": [
        "Almost Gold Recordings"
    ],
    "label_ids": [
        "dda92718-4be4-475a-a419-91b429fa239d"
    ],
    "release_date": "2008-07-07",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}