Information about plays

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

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

{
    "id": 1299238,
    "uri": "https://api.kexp.org/v2/plays/1299238/?format=api",
    "airdate": "2007-11-06T17:17:17-08:00",
    "show": 22733,
    "show_uri": "https://api.kexp.org/v2/shows/22733/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Om0qJgGsL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Om0qJgGsL._SL75_.jpg",
    "song": "She's Lost Control",
    "track_id": "81c99df9-64fa-449e-81ea-12a8ecd8bd2f",
    "recording_id": null,
    "artist": "Girls Against Boys",
    "artist_ids": [
        "837cd182-8da4-4c1c-924c-03daf72f0237"
    ],
    "album": "A Means to an End: The Music of Joy Division",
    "release_id": "917ac8e8-3f09-41ab-a51d-fc3ad6de8fbb",
    "release_group_id": null,
    "labels": [
        "Virgin Records America"
    ],
    "label_ids": [
        "1644d8bc-b558-447f-82eb-5d6829988156"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}