Information about plays

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

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

{
    "id": 450831,
    "uri": "https://api.kexp.org/v2/plays/450831/?format=api",
    "airdate": "2001-07-31T21:32:43-07:00",
    "show": 7625,
    "show_uri": "https://api.kexp.org/v2/shows/7625/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41RMdT3gohL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41RMdT3gohL._SL75_.jpg",
    "song": "Haven't Lived Afro Pop",
    "track_id": "51f184be-043f-47e8-8601-fcb1125bd4fb",
    "recording_id": null,
    "artist": "Don Caballero",
    "artist_ids": [
        "b93697af-a318-417a-b16e-a9eb47fbe2f8"
    ],
    "album": "American Don",
    "release_id": "969d2fc9-ef14-4cf4-9917-5a414fc3ad7d",
    "release_group_id": null,
    "labels": [
        "Touch and Go Records"
    ],
    "label_ids": [
        "9a2cad26-48de-4e7c-97a5-354f52c6e027"
    ],
    "release_date": "2000-10-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}