Information about plays

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

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

{
    "id": 347317,
    "uri": "https://api.kexp.org/v2/plays/347317/?format=api",
    "airdate": "2019-06-28T06:45:30-07:00",
    "show": 5784,
    "show_uri": "https://api.kexp.org/v2/shows/5784/?format=api",
    "image_uri": "http://coverartarchive.org/release/db724b1a-7b19-45f7-ac57-f121e429ff18/12085408899-250.jpg",
    "thumbnail_uri": "",
    "song": "To Know You",
    "track_id": "df03ee96-a951-4e2c-911d-561106d2c6d6",
    "recording_id": null,
    "artist": "Wild Nothing",
    "artist_ids": [
        "a181595e-5b84-4439-a5f4-f548ddfb64df"
    ],
    "album": "Life of Pause",
    "release_id": "db724b1a-7b19-45f7-ac57-f121e429ff18",
    "release_group_id": null,
    "labels": [
        "Captured Tracks"
    ],
    "label_ids": [
        "59d8469d-97cd-48a6-804f-0c942252182e"
    ],
    "release_date": "2016-02-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Owen (and Evie), this is your song! Watch a live performance of \"To Know You\":  https://www.youtube.com/watch?v=KnD4mEL7AeU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}