Information about plays

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

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

{
    "id": 351793,
    "uri": "https://api.kexp.org/v2/plays/351793/?format=api",
    "airdate": "2019-07-08T17:43:23-07:00",
    "show": 5862,
    "show_uri": "https://api.kexp.org/v2/shows/5862/?format=api",
    "image_uri": "http://coverartarchive.org/release/64612e28-b76e-4251-8c2a-6582ba794803/17720890969-250.jpg",
    "thumbnail_uri": "",
    "song": "Machine",
    "track_id": "336c6dfb-8a73-4068-8a6d-80008c69d96b",
    "recording_id": null,
    "artist": "Tender",
    "artist_ids": [
        "bd299da7-d119-44ca-8858-e4a2e2b969d1"
    ],
    "album": "Modern Addiction",
    "release_id": "64612e28-b76e-4251-8c2a-6582ba794803",
    "release_group_id": null,
    "labels": [
        "Partisan Records"
    ],
    "label_ids": [
        "d4ec5bb3-1d64-40fe-9629-ee1e452e251e"
    ],
    "release_date": "2017-09-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tender is an electronic duo formed in London, England, in 2015.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}