Information about plays

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

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

{
    "id": 415931,
    "uri": "https://api.kexp.org/v2/plays/415931/?format=api",
    "airdate": "2001-04-18T06:34:17-07:00",
    "show": 6941,
    "show_uri": "https://api.kexp.org/v2/shows/6941/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Ja4C-XZbL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Ja4C-XZbL._SL75_.jpg",
    "song": "Crown of Thorns",
    "track_id": null,
    "recording_id": null,
    "artist": "Echo & The Bunnymen",
    "artist_ids": [
        "ccd4879c-5e88-4385-b131-bf65296bf245"
    ],
    "album": "Ocean Rain",
    "release_id": "e897b539-ce48-475c-8c72-b6f0b0d0bb7d",
    "release_group_id": null,
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1984-05-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}