Information about plays

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

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

{
    "id": 369106,
    "uri": "https://api.kexp.org/v2/plays/369106/?format=api",
    "airdate": "2019-08-18T12:47:46-07:00",
    "show": 6153,
    "show_uri": "https://api.kexp.org/v2/shows/6153/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Woods",
    "track_id": "201c3361-2f49-3b70-8f9f-7550a348ce7e",
    "recording_id": null,
    "artist": "The Rosebuds",
    "artist_ids": [
        "14714316-e9eb-41d8-9b07-2bf74b3b7b3e"
    ],
    "album": "Loud Planes Fly Low",
    "release_id": "3f96ca7f-ecb3-4b46-8027-a20ebf4511ca",
    "release_group_id": null,
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2011-06-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.facebook.com/TheRosebuds/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}