Information about plays

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

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

{
    "id": 420047,
    "uri": "https://api.kexp.org/v2/plays/420047/?format=api",
    "airdate": "2001-05-01T09:36:00-07:00",
    "show": 7026,
    "show_uri": "https://api.kexp.org/v2/shows/7026/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51%2B5%2Bzpr-uL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51%2B5%2Bzpr-uL._SL75_.jpg",
    "song": "Dancerama",
    "track_id": "f7b89d64-f441-4f64-9d68-b1c395224734",
    "recording_id": null,
    "artist": "Sigue Sigue Sputnik",
    "artist_ids": [
        "4ea47188-de59-4d11-9154-657749319a41"
    ],
    "album": "Dress for Excess",
    "release_id": "e30dabc0-0d3f-462a-8e83-02893a295a24",
    "release_group_id": null,
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}