Information about plays

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

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

{
    "id": 435047,
    "uri": "https://api.kexp.org/v2/plays/435047/?format=api",
    "airdate": "2001-06-15T16:53:20-07:00",
    "show": 7321,
    "show_uri": "https://api.kexp.org/v2/shows/7321/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51NWD09CF4L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51NWD09CF4L._SL75_.jpg",
    "song": "Steppin' Out With My Baby",
    "track_id": "51d422ee-4fd0-4ec0-8112-b4fd7c7e1883",
    "recording_id": null,
    "artist": "Fred Astaire",
    "artist_ids": [
        "3ae3fa20-d295-467c-b59f-969376a28470"
    ],
    "album": "Steppin' Out: Astaire Sings",
    "release_id": "1471ebae-5c08-4dac-998e-3f61b1e4825a",
    "release_group_id": null,
    "labels": [
        "Verve"
    ],
    "label_ids": [
        "99a24d71-54c1-4d3f-88cc-00fbcc4fce83"
    ],
    "release_date": "1994-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}