Information about plays

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

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

{
    "id": 368441,
    "uri": "https://api.kexp.org/v2/plays/368441/?format=api",
    "airdate": "2019-08-16T22:10:00-07:00",
    "show": 6138,
    "show_uri": "https://api.kexp.org/v2/shows/6138/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Laffy Taffy",
    "track_id": "1a9fe9ce-6222-318c-b760-8caaecaa4085",
    "recording_id": null,
    "artist": "D4L",
    "artist_ids": [
        "6e181837-c4da-4021-8227-d75ef7d65395"
    ],
    "album": "Down for Life",
    "release_id": "3ba0a298-8377-41a2-9275-f6b0decca777",
    "release_group_id": null,
    "labels": [
        "Asylum Records"
    ],
    "label_ids": [
        "a8bea33e-67af-424a-a734-898e2dc437ed"
    ],
    "release_date": "2005-11-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch the video for D4L's classic 'Laffy Taffy' here: https://www.youtube.com/watch?v=3NXBgSCSrIk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}