Information about plays

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

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

{
    "id": 1391479,
    "uri": "https://api.kexp.org/v2/plays/1391479/?format=api",
    "airdate": "2008-06-29T11:20:00-07:00",
    "show": 24286,
    "show_uri": "https://api.kexp.org/v2/shows/24286/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/512IT6v5rAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/512IT6v5rAL._SL75_.jpg",
    "song": "Show Me What You Got",
    "track_id": "cc830f4a-7164-449a-b84b-8a1aa5b8e916",
    "recording_id": null,
    "artist": "Frank Williams and The Rocketeers",
    "artist_ids": [
        "5b217493-c58b-4cd3-8cd3-2eba9210dfa6"
    ],
    "album": "Eccentric Soul: The Outskirts of Deep City",
    "release_id": "880f38bf-4389-47fc-95d8-6178ef1a5c9e",
    "release_group_id": null,
    "labels": [
        "Numero Group"
    ],
    "label_ids": [
        "48cdb429-5d99-4ae5-8bc1-7bc7b68098b4"
    ],
    "release_date": "2007-11-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}