Information about plays

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

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

{
    "id": 344607,
    "uri": "https://api.kexp.org/v2/plays/344607/?format=api",
    "airdate": "2019-06-22T04:41:49-07:00",
    "show": 5742,
    "show_uri": "https://api.kexp.org/v2/shows/5742/?format=api",
    "image_uri": "http://coverartarchive.org/release/1fc88d1f-cdd7-46ec-aad4-069ee0908d3e/21477920028-250.jpg",
    "thumbnail_uri": "",
    "song": "Music Man",
    "track_id": "a4c43c9a-9133-40b6-8cfe-582a4a15b7cd",
    "recording_id": null,
    "artist": "deM atlaS",
    "artist_ids": [
        "8bc2eaa3-dbd3-4c3b-a6ce-82bc66f28bcc"
    ],
    "album": "Bad Actress",
    "release_id": "1fc88d1f-cdd7-46ec-aad4-069ee0908d3e",
    "release_group_id": null,
    "labels": [
        "Rhymesayers Entertainment"
    ],
    "label_ids": [
        "d8d53751-d146-41dc-a95b-58332e41e03f"
    ],
    "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"
}