Information about plays

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

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

{
    "id": 420612,
    "uri": "https://api.kexp.org/v2/plays/420612/?format=api",
    "airdate": "2001-05-02T23:04:36-07:00",
    "show": 7038,
    "show_uri": "https://api.kexp.org/v2/shows/7038/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Twitchin' (feat. Chantilly Peach)",
    "track_id": "04bac502-5465-427d-9c06-c9f72a80ca9d",
    "recording_id": null,
    "artist": "Tim 'Love' Lee",
    "artist_ids": [
        "dfc547e2-40b8-4b8f-b9ab-b3d8c6b1ff03"
    ],
    "album": "Suck It and See (disc 2)",
    "release_id": "110420f5-c6c3-4e8b-80a2-3ed8f107e233",
    "release_group_id": null,
    "labels": [
        "Pussyfoot Records Ltd"
    ],
    "label_ids": [
        "34561703-957b-45c8-8a99-b960fe0bd5a0"
    ],
    "release_date": "1998-07-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}