Information about plays

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

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

{
    "id": 1288645,
    "uri": "https://api.kexp.org/v2/plays/1288645/?format=api",
    "airdate": "2007-10-09T00:56:00-07:00",
    "show": 22550,
    "show_uri": "https://api.kexp.org/v2/shows/22550/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "H*town",
    "track_id": "5a351013-78f0-452d-a76a-a48c6bb495da",
    "recording_id": null,
    "artist": "Helen Sung",
    "artist_ids": [
        "90304b95-9153-4306-bfcf-7ce04a9dd10d"
    ],
    "album": "Helenistique",
    "release_id": "77a357af-5d2f-464d-9c98-4cac9e383dfb",
    "release_group_id": null,
    "labels": [
        "Fresh Sound New Talent"
    ],
    "label_ids": [
        "a07e36f0-4185-4443-88c2-d28f47f82f58"
    ],
    "release_date": "2006-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}