Information about plays

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

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

{
    "id": 452835,
    "uri": "https://api.kexp.org/v2/plays/452835/?format=api",
    "airdate": "2001-08-06T16:36:00-07:00",
    "show": 7662,
    "show_uri": "https://api.kexp.org/v2/shows/7662/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41SGQ62S56L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41SGQ62S56L._SL75_.jpg",
    "song": "Mouse",
    "track_id": "8876f554-efb7-4a8f-aa5d-2152fd5c3d1f",
    "recording_id": null,
    "artist": "The Toasters",
    "artist_ids": [
        "f5d56157-c5fe-490f-bf91-8d200e7f9b5f"
    ],
    "album": "Hard Band For Dead",
    "release_id": "4498f545-40c7-49ed-a0eb-bccaba89281e",
    "release_group_id": null,
    "labels": [
        "Moon Ska"
    ],
    "label_ids": [],
    "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"
}