Information about plays

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

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

{
    "id": 351674,
    "uri": "https://api.kexp.org/v2/plays/351674/?format=api",
    "airdate": "2019-07-08T10:57:23-07:00",
    "show": 5861,
    "show_uri": "https://api.kexp.org/v2/shows/5861/?format=api",
    "image_uri": "http://coverartarchive.org/release/6688874c-3b13-4125-8764-86e03b2cfecb/23004390914-250.jpg",
    "thumbnail_uri": "",
    "song": "Constant Pose",
    "track_id": "cd786270-ef21-4e72-934b-8a8d2be79f61",
    "recording_id": null,
    "artist": "Greys",
    "artist_ids": [
        "19e4f5c2-6433-4d91-a575-89ca43852097"
    ],
    "album": "Age Hasn't Spoiled You",
    "release_id": "6688874c-3b13-4125-8764-86e03b2cfecb",
    "release_group_id": null,
    "labels": [
        "Carpark Records"
    ],
    "label_ids": [
        "c34caca6-4de9-4cd2-8549-c71b0162bf1c"
    ],
    "release_date": "2019-05-10",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}