Information about plays

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

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

{
    "id": 471164,
    "uri": "https://api.kexp.org/v2/plays/471164/?format=api",
    "airdate": "2001-09-29T10:30:00-07:00",
    "show": 8021,
    "show_uri": "https://api.kexp.org/v2/shows/8021/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51K%2BPGZADML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51K%2BPGZADML._SL75_.jpg",
    "song": "Rascal Man",
    "track_id": "608577c6-d983-49cc-bc7b-d483bd54c2ea",
    "recording_id": null,
    "artist": "Delroy Wilson",
    "artist_ids": [
        "19b3c333-bfc3-4915-ace8-cdb4a5a79a9b"
    ],
    "album": "Trojan Jamaican Superstars Box Set (disc 1)",
    "release_id": "50bb888b-eb76-4693-a62a-00572dde6eff",
    "release_group_id": null,
    "labels": [
        "Trojan Records"
    ],
    "label_ids": [
        "5bda15e5-d721-4f01-bdc1-24ed2f712712"
    ],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}