Information about plays

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

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

{
    "id": 494281,
    "uri": "https://api.kexp.org/v2/plays/494281/?format=api",
    "airdate": "2001-12-07T08:37:00-08:00",
    "show": 8474,
    "show_uri": "https://api.kexp.org/v2/shows/8474/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21AZQZRRQSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21AZQZRRQSL._SL75_.jpg",
    "song": "The N.W.R.A. (live)",
    "track_id": "7de669e7-82a3-4a8e-94f2-8dd45dbd5008",
    "recording_id": null,
    "artist": "The Fall",
    "artist_ids": [
        "d5da1841-9bc8-4813-9f89-11098090148e"
    ],
    "album": "The Collection",
    "release_id": "514bddf1-f444-4dd2-8012-37d08d1208b6",
    "release_group_id": null,
    "labels": [
        "Castle Communications"
    ],
    "label_ids": [
        "f3acf224-8e44-49a1-a3a1-6ed1ea5f5016"
    ],
    "release_date": "1993-03-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}