Information about plays

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

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

{
    "id": 348014,
    "uri": "https://api.kexp.org/v2/plays/348014/?format=api",
    "airdate": "2019-06-29T23:35:00-07:00",
    "show": 5793,
    "show_uri": "https://api.kexp.org/v2/shows/5793/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Motion",
    "track_id": "5c91c5ab-ce42-42cf-99f2-0312c2f34cfa",
    "recording_id": null,
    "artist": "Boy Harsher",
    "artist_ids": [
        "6dc9bc09-a0c7-40f9-b491-f90845927533"
    ],
    "album": "Country Girl",
    "release_id": "91d9edce-2720-4a11-a258-888a995df944",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2017-10-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}