Information about plays

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

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

{
    "id": 1392377,
    "uri": "https://api.kexp.org/v2/plays/1392377/?format=api",
    "airdate": "2008-07-01T18:25:15-07:00",
    "show": 24302,
    "show_uri": "https://api.kexp.org/v2/shows/24302/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51PD0p6TlzL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51PD0p6TlzL._SL75_.jpg",
    "song": "Ishq: Love and the Veil",
    "track_id": "d3b0fef8-85e2-4f07-a4ba-518aa55e72d6",
    "recording_id": null,
    "artist": "Niyaz",
    "artist_ids": [
        "174ccc99-0293-436c-8369-fc3a817e6d19"
    ],
    "album": "Nine Heavens (disc 1)",
    "release_id": "96f60ef1-bc1c-4dda-a0e1-8b99e03bdb5d",
    "release_group_id": null,
    "labels": [
        "Six Degrees"
    ],
    "label_ids": [
        "da042cc3-7c5c-4edb-bd47-bb63d1cd5910"
    ],
    "release_date": "2008-06-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}