Information about plays

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

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

{
    "id": 381611,
    "uri": "https://api.kexp.org/v2/plays/381611/?format=api",
    "airdate": "2019-09-16T13:46:33-07:00",
    "show": 6353,
    "show_uri": "https://api.kexp.org/v2/shows/6353/?format=api",
    "image_uri": "http://coverartarchive.org/release/b5885b2d-afae-47b1-945e-6e1869590974/2703435976-250.jpg",
    "thumbnail_uri": "",
    "song": "I Want to Hold Your Hand",
    "track_id": "632109ae-3892-3d50-9e3a-04b2f5ddedbe",
    "recording_id": null,
    "artist": "The Beatles",
    "artist_ids": [
        "b10bbbfc-cf9e-42e0-be17-e2c3e1d2600d"
    ],
    "album": "Past Masters",
    "release_id": "b5885b2d-afae-47b1-945e-6e1869590974",
    "release_group_id": null,
    "labels": [
        "Apple Records"
    ],
    "label_ids": [
        "cf7fc5cf-e011-4ef4-b511-cd0188537910"
    ],
    "release_date": "2009-09-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Meet The Beatles topped the popular album chart on 15th of  February 1964 and remained at number one for eleven weeks before being replaced by The Beatles' Second Album. Link https://bit.ly/2mlAeeF",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}