Information about plays

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

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

{
    "id": 425893,
    "uri": "https://api.kexp.org/v2/plays/425893/?format=api",
    "airdate": "2001-05-19T00:41:15-07:00",
    "show": 7145,
    "show_uri": "https://api.kexp.org/v2/shows/7145/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/4181X9MDTDL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/4181X9MDTDL._SL75_.jpg",
    "song": "Room 429",
    "track_id": "688152fd-923a-40e3-992b-97bac62e83ad",
    "recording_id": null,
    "artist": "Cop Shoot Cop",
    "artist_ids": [
        "75f5a20c-b468-4f2b-861d-325b1b7415d6"
    ],
    "album": "Ask Questions Later",
    "release_id": "8b3f08aa-06b9-4ca4-b779-56e6c893cf77",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "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"
}