Information about plays

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

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

{
    "id": 379462,
    "uri": "https://api.kexp.org/v2/plays/379462/?format=api",
    "airdate": "2019-09-11T07:39:27-07:00",
    "show": 6317,
    "show_uri": "https://api.kexp.org/v2/shows/6317/?format=api",
    "image_uri": "http://coverartarchive.org/release/58a95362-2c4d-4cf4-8044-b5f2ddd19c75/14843230965-250.jpg",
    "thumbnail_uri": "",
    "song": "Dear John",
    "track_id": "cd150357-7580-44ca-8811-37235793676a",
    "recording_id": null,
    "artist": "Nice",
    "artist_ids": [
        "8160d028-af5f-4011-979b-daace3636978"
    ],
    "album": "Nice",
    "release_id": "58a95362-2c4d-4cf4-8044-b5f2ddd19c75",
    "release_group_id": null,
    "labels": [
        "Feel Good All Over"
    ],
    "label_ids": [
        "96807dd2-cf2a-420e-a1d9-c48d3d57ab17"
    ],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nice (not to be confused with The Nice) were an Australian band and were active from 1991-94. A Dear John letter tells someone who is romantically interested in you that you are rejecting them. It is important to do it nicely if you want to be a decent human being and not be reincarnated as a worm.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}