Information about plays

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

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

{
    "id": 503880,
    "uri": "https://api.kexp.org/v2/plays/503880/?format=api",
    "airdate": "2002-01-05T04:37:00-08:00",
    "show": 8659,
    "show_uri": "https://api.kexp.org/v2/shows/8659/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Want Some More",
    "track_id": "6a2ea761-d5d9-408e-9742-2c3721bdb97f",
    "recording_id": null,
    "artist": "The No-Talents",
    "artist_ids": [
        "d5a5ae24-ace9-4190-b45d-414c9509de24"
    ],
    "album": "...Want Some More",
    "release_id": "4adab4d1-c7c8-4916-8668-b4770299edce",
    "release_group_id": null,
    "labels": [
        "Estrus"
    ],
    "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"
}