Information about plays

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

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

{
    "id": 491123,
    "uri": "https://api.kexp.org/v2/plays/491123/?format=api",
    "airdate": "2001-11-28T05:02:00-08:00",
    "show": 8415,
    "show_uri": "https://api.kexp.org/v2/shows/8415/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51T54QSVMFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51T54QSVMFL._SL75_.jpg",
    "song": "P.E.T.R.O.L.",
    "track_id": "f2244f0b-418c-4c7b-9850-51d5a923d160",
    "recording_id": null,
    "artist": "Orbital",
    "artist_ids": [
        "f3e2a7d9-c6bb-4848-95e5-04c0a1e2f511"
    ],
    "album": "In Sides",
    "release_id": "e7170832-d2d7-4f4b-802c-34e9c13da59b",
    "release_group_id": null,
    "labels": [
        "Internal"
    ],
    "label_ids": [
        "7ff9ca40-01b6-4af4-9ccc-b368991c908e"
    ],
    "release_date": "1997-04-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}