Information about plays

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

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

{
    "id": 458859,
    "uri": "https://api.kexp.org/v2/plays/458859/?format=api",
    "airdate": "2001-08-23T18:31:25-07:00",
    "show": 7778,
    "show_uri": "https://api.kexp.org/v2/shows/7778/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "So Long Baby Goodbye",
    "track_id": "5303924b-bc64-4cbb-b08e-1d661d5e3878",
    "recording_id": null,
    "artist": "Dave Alvin and the Guilty Men",
    "artist_ids": [
        "01585ac5-601a-4c83-842a-877b92d62a0b"
    ],
    "album": "Interstate City",
    "release_id": "aaf69fd9-e60c-495e-ad54-f50b50bec59f",
    "release_group_id": null,
    "labels": [
        "Hightone"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}