Information about plays

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

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

{
    "id": 532508,
    "uri": "https://api.kexp.org/v2/plays/532508/?format=api",
    "airdate": "2002-03-29T10:07:30-08:00",
    "show": 9218,
    "show_uri": "https://api.kexp.org/v2/shows/9218/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41JVFSBHG1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41JVFSBHG1L._SL75_.jpg",
    "song": "Floatway",
    "track_id": "d74c6186-c9de-45cc-a899-3def5d5c2eb7",
    "recording_id": null,
    "artist": "The Bottle Rockets",
    "artist_ids": [
        "5af23567-e014-4ce9-90ff-06b8d3e8b887"
    ],
    "album": "Songs of Sahm",
    "release_id": "814cec65-be7f-43cd-840c-cf4c49bc788b",
    "release_group_id": null,
    "labels": [
        "Bloodshot"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}