Information about plays

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

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

{
    "id": 371006,
    "uri": "https://api.kexp.org/v2/plays/371006/?format=api",
    "airdate": "2019-08-22T19:54:00-07:00",
    "show": 6180,
    "show_uri": "https://api.kexp.org/v2/shows/6180/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Baby's Got Her Blue Jeans On",
    "track_id": "99e7859a-1223-4a1e-acaa-f1c1828c0bfc",
    "recording_id": null,
    "artist": "Mel McDaniel",
    "artist_ids": [
        "92d1de38-3ccf-41b3-9e5e-85aee86b8c98"
    ],
    "album": "Let It Roll",
    "release_id": "24596bc8-8252-4db6-ac9d-c087cf1e69b3",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1985-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "from 1985",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}