Information about plays

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

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

{
    "id": 1375591,
    "uri": "https://api.kexp.org/v2/plays/1375591/?format=api",
    "airdate": "2008-05-18T11:53:00-07:00",
    "show": 24010,
    "show_uri": "https://api.kexp.org/v2/shows/24010/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Chain of Fools",
    "track_id": "3488b445-89f5-49b2-b30e-fc2bd1402062",
    "recording_id": null,
    "artist": "Memphis Black",
    "artist_ids": [
        "3a5d5587-9954-41db-8d53-9dc9a7652c5e"
    ],
    "album": "Soul Club",
    "release_id": "1a7b47c5-6bc2-403c-a215-4ae35e943871",
    "release_group_id": null,
    "labels": [
        "Sunset"
    ],
    "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"
}