Information about plays

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

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

{
    "id": 2682548,
    "uri": "https://api.kexp.org/v2/plays/2682548/?format=api",
    "airdate": "2020-01-05T17:35:00-08:00",
    "show": 46301,
    "show_uri": "https://api.kexp.org/v2/shows/46301/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Clones (We’re All)",
    "track_id": "7878efde-ff51-4305-81a0-80fd0b1e5812",
    "recording_id": null,
    "artist": "Alice Cooper",
    "artist_ids": [
        "ee58c59f-8e7f-4430-b8ca-236c4d3745ae"
    ],
    "album": "Flush the Fashion",
    "release_id": "711ba16d-bbee-4247-9be9-23983f8e10f0",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "2018-07-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}