Information about plays

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

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

{
    "id": 1391259,
    "uri": "https://api.kexp.org/v2/plays/1391259/?format=api",
    "airdate": "2008-06-28T21:10:00-07:00",
    "show": 24282,
    "show_uri": "https://api.kexp.org/v2/shows/24282/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51VMtBFUaIL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51VMtBFUaIL._SL75_.jpg",
    "song": "You Gotta Lose",
    "track_id": "edb6a48c-9c7a-4af0-ae7c-6e9c387ad302",
    "recording_id": null,
    "artist": "Richard Hell & The Voidoids",
    "artist_ids": [
        "42995787-59e7-46fa-9d4f-d9bb68d27521"
    ],
    "album": "Time (disc 2)",
    "release_id": "c0e9034a-eab0-4af8-8631-984d5e4c9cdd",
    "release_group_id": null,
    "labels": [
        "Matador Records"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2002-03-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}