Information about plays

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

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

{
    "id": 531167,
    "uri": "https://api.kexp.org/v2/plays/531167/?format=api",
    "airdate": "2002-03-26T00:34:25-08:00",
    "show": 9197,
    "show_uri": "https://api.kexp.org/v2/shows/9197/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/212FS6ZZXPL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/212FS6ZZXPL._SL75_.jpg",
    "song": "Fragen",
    "track_id": "ad800117-6a1b-43e5-801e-90db0c869b58",
    "recording_id": null,
    "artist": "Pole",
    "artist_ids": [
        "ad957b43-9dc0-42e1-940c-19b21ec77f3a"
    ],
    "album": "1",
    "release_id": "743eb30e-6a5c-4fd7-a06e-656bfd63e0c7",
    "release_group_id": null,
    "labels": [
        "Matador Records"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "1999-02-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}