Information about plays

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

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

{
    "id": 1381612,
    "uri": "https://api.kexp.org/v2/plays/1381612/?format=api",
    "airdate": "2008-06-03T22:59:05-07:00",
    "show": 24119,
    "show_uri": "https://api.kexp.org/v2/shows/24119/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/518YV4QX26L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/518YV4QX26L._SL75_.jpg",
    "song": "Muscle Car (feat. Freeform Five)",
    "track_id": "614a540e-3695-4889-b8da-1a763f63acd2",
    "recording_id": null,
    "artist": "Mylo",
    "artist_ids": [
        "a066b730-3809-4b39-a091-2297d40b51db"
    ],
    "album": "Destroy Rock & Roll",
    "release_id": "d466a49c-7cd1-453d-8512-84a7be336554",
    "release_group_id": null,
    "labels": [
        "RCA/Breastfed"
    ],
    "label_ids": [],
    "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"
}