Information about plays

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

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

{
    "id": 349973,
    "uri": "https://api.kexp.org/v2/plays/349973/?format=api",
    "airdate": "2019-07-04T09:03:12-07:00",
    "show": 5829,
    "show_uri": "https://api.kexp.org/v2/shows/5829/?format=api",
    "image_uri": "http://coverartarchive.org/release/e330fba0-e8c8-4044-ab43-75b625203536/19301276555-250.jpg",
    "thumbnail_uri": "",
    "song": "America the Beautiful",
    "track_id": "c6955ced-ec68-3bbd-8591-fee46d40a58d",
    "recording_id": null,
    "artist": "Ray Charles",
    "artist_ids": [
        "2ce02909-598b-44ef-a456-151ba0a3bd70"
    ],
    "album": "Genius & Soul: The 50th Anniversary Collection",
    "release_id": "e330fba0-e8c8-4044-ab43-75b625203536",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hey, y'all have a happy, safe, and peaceful 4th of July today!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}