Information about plays

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

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

{
    "id": 344723,
    "uri": "https://api.kexp.org/v2/plays/344723/?format=api",
    "airdate": "2019-06-22T13:00:40-07:00",
    "show": 5746,
    "show_uri": "https://api.kexp.org/v2/shows/5746/?format=api",
    "image_uri": "http://coverartarchive.org/release/756fb38e-ca18-47e2-9ddc-a8582cf675b4/19256091659-250.jpg",
    "thumbnail_uri": "",
    "song": "Addictions",
    "track_id": "831f3ccc-2eef-48b8-810b-0d8641c6fc4d",
    "recording_id": null,
    "artist": "Lucy Dacus",
    "artist_ids": [
        "dbe7fdf7-81b2-418b-b3f6-81ae71532f40"
    ],
    "album": "Historian",
    "release_id": "756fb38e-ca18-47e2-9ddc-a8582cf675b4",
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2018-03-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Listener Powered Request! If you have a request that you would like to hear, send it in to DJ Morgan at dj@kexp.org or text  (206) 903-5397.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}