Information about plays

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

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

{
    "id": 426973,
    "uri": "https://api.kexp.org/v2/plays/426973/?format=api",
    "airdate": "2001-05-22T17:00:00-07:00",
    "show": 7169,
    "show_uri": "https://api.kexp.org/v2/shows/7169/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51bI7bB9n%2BL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51bI7bB9n%2BL._SL75_.jpg",
    "song": "In the Sunshine",
    "track_id": "470395d6-b05e-422c-b5ea-66618293b43f",
    "recording_id": null,
    "artist": "Arrested Development",
    "artist_ids": [
        "d8b15d32-609e-44a6-bff1-65c4df53a9f1"
    ],
    "album": "Zingalamaduni",
    "release_id": "ded8533d-5887-4fc0-adf9-f61b288c7409",
    "release_group_id": null,
    "labels": [
        "Chrysalis"
    ],
    "label_ids": [
        "ed5601e5-7c54-426e-982a-1a208dd0b0ad"
    ],
    "release_date": "1994-06-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}