Information about plays

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

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

{
    "id": 531737,
    "uri": "https://api.kexp.org/v2/plays/531737/?format=api",
    "airdate": "2002-03-27T11:45:56-08:00",
    "show": 9206,
    "show_uri": "https://api.kexp.org/v2/shows/9206/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/4180HWM9Q5L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/4180HWM9Q5L._SL75_.jpg",
    "song": "Sweet Pea",
    "track_id": "c906fa29-139d-4d08-bd45-aa2665c10848",
    "recording_id": null,
    "artist": "Seam",
    "artist_ids": [
        "24d2e33e-6493-49c9-a5b1-fc82eb2f7d4d"
    ],
    "album": "Kernel",
    "release_id": "13766035-3769-4648-ae76-bbbee87b1946",
    "release_group_id": null,
    "labels": [
        "Touch and Go Records"
    ],
    "label_ids": [
        "9a2cad26-48de-4e7c-97a5-354f52c6e027"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}