Information about plays

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

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

{
    "id": 344614,
    "uri": "https://api.kexp.org/v2/plays/344614/?format=api",
    "airdate": "2019-06-22T05:05:00-07:00",
    "show": 5742,
    "show_uri": "https://api.kexp.org/v2/shows/5742/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love Body",
    "track_id": "d576142e-0c1f-3879-8c0c-2038bbb6c7d9",
    "recording_id": null,
    "artist": "Myka 9",
    "artist_ids": [
        "a972372a-6d87-4b21-8f5c-5ba6e2d640b0"
    ],
    "album": "It's All Love: American Nightmare",
    "release_id": "b8996cab-82db-4f9f-a5e0-e2bcc7780a5d",
    "release_group_id": null,
    "labels": [
        "Basement Records"
    ],
    "label_ids": [],
    "release_date": "2002-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}