Information about plays

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

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

{
    "id": 349516,
    "uri": "https://api.kexp.org/v2/plays/349516/?format=api",
    "airdate": "2019-07-03T09:08:14-07:00",
    "show": 5822,
    "show_uri": "https://api.kexp.org/v2/shows/5822/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Up for the Down Stroke",
    "track_id": "43804b4a-f586-34f5-9801-657ae19ca03a",
    "recording_id": null,
    "artist": "Parliament",
    "artist_ids": [
        "d1947987-9614-49ae-bd36-8000e6b6f7d0"
    ],
    "album": "Up for the Down Stroke",
    "release_id": "dbaef9b0-c971-4ce8-bf9f-3bab42c6621c",
    "release_group_id": null,
    "labels": [
        "Mercury Records"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "2003-04-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Parliament released \"Up for the Down Stroke\" on this day in 1974 (45 years ago)! It was the band's second album.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}