Information about plays

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

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

{
    "id": 419808,
    "uri": "https://api.kexp.org/v2/plays/419808/?format=api",
    "airdate": "2001-04-30T16:36:55-07:00",
    "show": 7022,
    "show_uri": "https://api.kexp.org/v2/shows/7022/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mirror of Love",
    "track_id": "06d67e17-627d-40b2-a6bd-a1e71bbbffab",
    "recording_id": null,
    "artist": "The Kinks",
    "artist_ids": [
        "17b53d9f-5c63-4a09-a593-dde4608e0db9"
    ],
    "album": "BBC Sessions 1964 → 1977 (disc 2)",
    "release_id": "3e5d0543-0bcf-47d2-a54b-67a866e47c3e",
    "release_group_id": null,
    "labels": [
        "BBC"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}