Information about plays

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

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

{
    "id": 2682795,
    "uri": "https://api.kexp.org/v2/plays/2682795/?format=api",
    "airdate": "2020-01-06T09:33:28-08:00",
    "show": 46306,
    "show_uri": "https://api.kexp.org/v2/shows/46306/?format=api",
    "image_uri": "https://coverartarchive.org/release/04d3a433-a4f0-44ab-b293-5232f8013562/20812910344-250.jpg",
    "thumbnail_uri": "",
    "song": "Natural Skin Deep",
    "track_id": "bad4b315-94bf-4b36-a7b7-6a01b6298c4c",
    "recording_id": null,
    "artist": "Neneh Cherry",
    "artist_ids": [
        "527c65d1-9fdb-4482-8796-dde2980bd63a"
    ],
    "album": "Broken Politics",
    "release_id": "04d3a433-a4f0-44ab-b293-5232f8013562",
    "release_group_id": null,
    "labels": [
        "Smalltown Supersound"
    ],
    "label_ids": [
        "eb1029b4-8229-4169-ae99-07540aa2ba80"
    ],
    "release_date": "2018-10-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}