Information about plays

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

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

{
    "id": 431047,
    "uri": "https://api.kexp.org/v2/plays/431047/?format=api",
    "airdate": "2001-06-03T22:46:40-07:00",
    "show": 7249,
    "show_uri": "https://api.kexp.org/v2/shows/7249/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51JYBl60E8L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51JYBl60E8L._SL75_.jpg",
    "song": "Cherryco",
    "track_id": "46708734-cc9c-4d85-9a4f-6a76e97f041f",
    "recording_id": null,
    "artist": "John Coltrane and Don Cherry",
    "artist_ids": [
        "c392107f-daf4-419a-b507-b36e55eae3ce"
    ],
    "album": "The Avant-Garde",
    "release_id": "72de168c-2642-4e14-8a84-f505746a8b79",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1966-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}