Information about plays

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

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

{
    "id": 533230,
    "uri": "https://api.kexp.org/v2/plays/533230/?format=api",
    "airdate": "2002-03-31T16:34:08-08:00",
    "show": 9236,
    "show_uri": "https://api.kexp.org/v2/shows/9236/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51pMUPETnLL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51pMUPETnLL._SL75_.jpg",
    "song": "Back to School",
    "track_id": "ee73e231-ee6e-4996-9123-a57c57c0c328",
    "recording_id": null,
    "artist": "Thalia Zedek",
    "artist_ids": [
        "a22a05de-b2e2-437c-91fc-df7b67ceb584"
    ],
    "album": "Been Here and Gone",
    "release_id": "19eb424c-a7dc-4721-869a-3ab6ea1d89eb",
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "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"
}