Information about plays

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

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

{
    "id": 1233102,
    "uri": "https://api.kexp.org/v2/plays/1233102/?format=api",
    "airdate": "2007-05-19T13:07:36-07:00",
    "show": 21600,
    "show_uri": "https://api.kexp.org/v2/shows/21600/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51pI-9KLkHL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51pI-9KLkHL._SL75_.jpg",
    "song": "I Wish My Baby Was Born",
    "track_id": null,
    "recording_id": null,
    "artist": "Uncle Tupelo",
    "artist_ids": [
        "95c043f1-0bdd-403a-b714-663908d7e4fc"
    ],
    "album": "March 16–20, 1992",
    "release_id": "4aa7a6c1-367b-4e0d-92de-f167cc0c636e",
    "release_group_id": null,
    "labels": [
        "Rockville"
    ],
    "label_ids": [
        "1df75804-0643-47f3-a32e-690f54fc69c5"
    ],
    "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"
}