Information about plays

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

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

{
    "id": 351138,
    "uri": "https://api.kexp.org/v2/plays/351138/?format=api",
    "airdate": "2019-07-07T04:08:46-07:00",
    "show": 5851,
    "show_uri": "https://api.kexp.org/v2/shows/5851/?format=api",
    "image_uri": "http://coverartarchive.org/release/5b7272b3-ae38-48cb-b865-86c21327f2e5/23452744308-250.jpg",
    "thumbnail_uri": "",
    "song": "Busstop",
    "track_id": "a83d55bb-19eb-4970-a274-10d13dc1a98a",
    "recording_id": null,
    "artist": "Jitwam",
    "artist_ids": [
        "a4dece6b-7a20-45e0-b7c3-9eb395104bf7"
    ],
    "album": "Honeycomb",
    "release_id": "5b7272b3-ae38-48cb-b865-86c21327f2e5",
    "release_group_id": null,
    "labels": [
        "Tartelet Records"
    ],
    "label_ids": [
        "7a2efac9-692f-4b26-9f55-c42d4c608bcc"
    ],
    "release_date": "2019-05-03",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}