Information about plays

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

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

{
    "id": 1376077,
    "uri": "https://api.kexp.org/v2/plays/1376077/?format=api",
    "airdate": "2008-05-19T17:39:49-07:00",
    "show": 24019,
    "show_uri": "https://api.kexp.org/v2/shows/24019/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61U92iK4qsL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61U92iK4qsL._SL75_.jpg",
    "song": "Hypbrid Moments",
    "track_id": null,
    "recording_id": null,
    "artist": "Misfits",
    "artist_ids": [
        "936addc3-91aa-49de-8ec0-0dc186de151f"
    ],
    "album": "Static Age",
    "release_id": "38cf5b55-759d-4f38-871d-1c729f65815f",
    "release_group_id": null,
    "labels": [
        "Caroline"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}