Information about plays

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

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

{
    "id": 468391,
    "uri": "https://api.kexp.org/v2/plays/468391/?format=api",
    "airdate": "2001-09-21T04:50:00-07:00",
    "show": 7968,
    "show_uri": "https://api.kexp.org/v2/shows/7968/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51m1KXXYg2L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51m1KXXYg2L._SL75_.jpg",
    "song": "Baile de máscaras",
    "track_id": "61a16317-6afa-410f-80c7-7d78a23a921e",
    "recording_id": null,
    "artist": "Márcio Faraco",
    "artist_ids": [
        "53254544-ed75-49d6-952c-5acf495afdbc"
    ],
    "album": "Ciranda",
    "release_id": "c1969997-66a0-4915-8776-77ff137b233b",
    "release_group_id": null,
    "labels": [
        "Blue Thumb"
    ],
    "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"
}