Information about plays

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

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

{
    "id": 535898,
    "uri": "https://api.kexp.org/v2/plays/535898/?format=api",
    "airdate": "2002-04-08T12:55:54-07:00",
    "show": 9288,
    "show_uri": "https://api.kexp.org/v2/shows/9288/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41yU2FDESdL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41yU2FDESdL._SL75_.jpg",
    "song": "20th Century Girl",
    "track_id": "9bebb2ae-90f3-4190-a441-3603cc125fe1",
    "recording_id": null,
    "artist": "Pizzicato Five",
    "artist_ids": [
        "1bbb60c9-6b1b-4bb1-a442-2b669436b50e"
    ],
    "album": "The Fifth Release From Matador",
    "release_id": "074ab86e-11e2-40f0-a4a9-f1a757219f41",
    "release_group_id": null,
    "labels": [
        "Matador Records"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2000-11-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}