Information about plays

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

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

{
    "id": 532585,
    "uri": "https://api.kexp.org/v2/plays/532585/?format=api",
    "airdate": "2002-03-29T16:10:30-08:00",
    "show": 9219,
    "show_uri": "https://api.kexp.org/v2/shows/9219/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51cQMS5aC7L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51cQMS5aC7L._SL75_.jpg",
    "song": "I Woke Up This Mornin'",
    "track_id": null,
    "recording_id": null,
    "artist": "The Mooney Suzuki",
    "artist_ids": [
        "56685d90-981e-4768-a9e9-488de5ecef9c"
    ],
    "album": "Electric Sweat",
    "release_id": "19d52e18-bc4d-4ea8-afd9-196a54afe1d9",
    "release_group_id": null,
    "labels": [
        "Gammon Records"
    ],
    "label_ids": [
        "7e2bee73-8201-495b-acfa-db53bd1932cd"
    ],
    "release_date": "2002-01-01",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}