Information about plays

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

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

{
    "id": 420813,
    "uri": "https://api.kexp.org/v2/plays/420813/?format=api",
    "airdate": "2001-05-03T13:24:42-07:00",
    "show": 7041,
    "show_uri": "https://api.kexp.org/v2/shows/7041/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61XXtkR5DBL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61XXtkR5DBL._SL75_.jpg",
    "song": "Breathless",
    "track_id": null,
    "recording_id": null,
    "artist": "X",
    "artist_ids": [
        "ddd553d4-977e-416c-8f57-e4b72c0fc746"
    ],
    "album": "More Fun in the New World",
    "release_id": "19ce94aa-d959-4f86-aaaa-59d0b5285254",
    "release_group_id": null,
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}