Information about plays

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

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

{
    "id": 349657,
    "uri": "https://api.kexp.org/v2/plays/349657/?format=api",
    "airdate": "2019-07-03T16:25:25-07:00",
    "show": 5824,
    "show_uri": "https://api.kexp.org/v2/shows/5824/?format=api",
    "image_uri": "http://coverartarchive.org/release/7c19a32a-94c5-45ea-8f25-b0d31fadf7ca/23413343666-250.jpg",
    "thumbnail_uri": "",
    "song": "Forever Half Mast",
    "track_id": "fe43b3ea-9670-4deb-ab2b-7b58bcf6faef",
    "recording_id": null,
    "artist": "Lucy Dacus",
    "artist_ids": [
        "dbe7fdf7-81b2-418b-b3f6-81ae71532f40"
    ],
    "album": "Forever Half Mast",
    "release_id": "7c19a32a-94c5-45ea-8f25-b0d31fadf7ca",
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2019-06-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brand new single. She has been putting out singles ahead of various holidays this year with intention of releasing them together later on.  http://lucydacus.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}