Information about plays

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

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

{
    "id": 509258,
    "uri": "https://api.kexp.org/v2/plays/509258/?format=api",
    "airdate": "2002-01-21T05:26:00-08:00",
    "show": 8771,
    "show_uri": "https://api.kexp.org/v2/shows/8771/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51wWgTl-tWL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51wWgTl-tWL._SL75_.jpg",
    "song": "Crisis King",
    "track_id": "6e63b81c-e10d-41f8-a129-6c9993f26801",
    "recording_id": null,
    "artist": "Helmet",
    "artist_ids": [
        "582fee78-d934-4603-9f5c-1729e0ca36b7"
    ],
    "album": "Aftertaste",
    "release_id": "4e56d25b-c0f0-4ef4-9a23-0b0e83dd5aaf",
    "release_group_id": null,
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "1997-03-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}