Information about plays

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

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

{
    "id": 350163,
    "uri": "https://api.kexp.org/v2/plays/350163/?format=api",
    "airdate": "2019-07-04T19:56:00-07:00",
    "show": 5831,
    "show_uri": "https://api.kexp.org/v2/shows/5831/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Move It on Over",
    "track_id": "777147e3-07e6-4102-a794-662fe8d3583c",
    "recording_id": null,
    "artist": "The Maddox Brothers & Rose",
    "artist_ids": [
        "9668ebd6-c3ab-43cf-b2eb-3b4eb7f3688c"
    ],
    "album": "1946-1951, Volume 1",
    "release_id": "aba73f08-f506-4250-9556-e19bf3c1703f",
    "release_group_id": null,
    "labels": [
        "Arhoolie"
    ],
    "label_ids": [],
    "release_date": "1976-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}