Information about plays

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

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

{
    "id": 420257,
    "uri": "https://api.kexp.org/v2/plays/420257/?format=api",
    "airdate": "2001-05-02T00:04:36-07:00",
    "show": 7032,
    "show_uri": "https://api.kexp.org/v2/shows/7032/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41Ghgc6y00L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41Ghgc6y00L._SL75_.jpg",
    "song": "The Apologist",
    "track_id": "4ab2c1d8-d249-4f26-92b7-f643ae991e3a",
    "recording_id": null,
    "artist": "R.E.M.",
    "artist_ids": [
        "ea4dfa26-f633-4da6-a52a-f49ea4897b58"
    ],
    "album": "Up",
    "release_id": "93ad7271-e905-4369-8528-d3518e17f475",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}