Information about plays

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

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

{
    "id": 427986,
    "uri": "https://api.kexp.org/v2/plays/427986/?format=api",
    "airdate": "2001-05-25T12:48:45-07:00",
    "show": 7187,
    "show_uri": "https://api.kexp.org/v2/shows/7187/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21MK5CRNGGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21MK5CRNGGL._SL75_.jpg",
    "song": "The Curious Sofa",
    "track_id": "4386926e-b0ff-4978-bff4-6dc3692225bb",
    "recording_id": null,
    "artist": "This Busy Monster",
    "artist_ids": [
        "2aa062a2-11ba-41ac-8021-8047fb156cef"
    ],
    "album": "The Curious Sofa",
    "release_id": "a59a3436-6683-40e8-8d48-5e29a6f7e48f",
    "release_group_id": null,
    "labels": [
        "Barsuk"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}