Information about plays

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

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

{
    "id": 345614,
    "uri": "https://api.kexp.org/v2/plays/345614/?format=api",
    "airdate": "2019-06-24T16:41:27-07:00",
    "show": 5763,
    "show_uri": "https://api.kexp.org/v2/shows/5763/?format=api",
    "image_uri": "http://coverartarchive.org/release/a0ee983b-0192-4366-8780-bfd4664fbd39/22998123475-250.jpg",
    "thumbnail_uri": "",
    "song": "Floating Hand",
    "track_id": "4354d6c8-90e9-416f-902e-8a4647c7f99c",
    "recording_id": null,
    "artist": "Nots",
    "artist_ids": [
        "87a3879a-5013-4ba3-9b44-bf88db8ed56b"
    ],
    "album": "3",
    "release_id": "a0ee983b-0192-4366-8780-bfd4664fbd39",
    "release_group_id": null,
    "labels": [
        "Goner Records"
    ],
    "label_ids": [
        "5f34cb71-a278-447e-be19-1d068d3e74ca"
    ],
    "release_date": "2019-05-10",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Three-piece noise punk band from Memphis. https://nots.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}