Information about plays

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

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

{
    "id": 365826,
    "uri": "https://api.kexp.org/v2/plays/365826/?format=api",
    "airdate": "2019-08-11T03:15:00-07:00",
    "show": 6102,
    "show_uri": "https://api.kexp.org/v2/shows/6102/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Solo de mí",
    "track_id": "269a804b-f71c-4ac0-84b4-d51c01daa4ad",
    "recording_id": null,
    "artist": "Bad Bunny",
    "artist_ids": [
        "89aa5ecb-59ad-46f5-b3eb-2d424e941f19"
    ],
    "album": "X 100PRE",
    "release_id": "691a36e6-8cd9-4066-820e-2f261a8bca97",
    "release_group_id": null,
    "labels": [
        "Rimas Entertainment LLC"
    ],
    "label_ids": [],
    "release_date": "2018-12-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bad Bunny took a break from touring Europe recently to join in the protest of ex-Puerto Rican Governor Ricardo Rosselló.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}