Information about plays

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

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

{
    "id": 349752,
    "uri": "https://api.kexp.org/v2/plays/349752/?format=api",
    "airdate": "2019-07-03T21:15:31-07:00",
    "show": 5826,
    "show_uri": "https://api.kexp.org/v2/shows/5826/?format=api",
    "image_uri": "http://coverartarchive.org/release/6887c0cb-86d4-42e1-8d8e-701cfcf99f7d/23330310755-250.jpg",
    "thumbnail_uri": "",
    "song": "Something in the Air",
    "track_id": "14f1e912-bb24-4d79-b1a5-317a6cbc545e",
    "recording_id": null,
    "artist": "Luna",
    "artist_ids": [
        "dda04604-b50a-4bd1-8780-77564c659dc0"
    ],
    "album": "Something In The Air / The Oort Cloud / Kuiper Belt",
    "release_id": "6887c0cb-86d4-42e1-8d8e-701cfcf99f7d",
    "release_group_id": null,
    "labels": [
        "Sonic Cathedral Recordings"
    ],
    "label_ids": [
        "d1143f20-1664-4697-a4d0-2c7d32ecf9dd"
    ],
    "release_date": "2019-06-20",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Thunderclap Newman cover!  https://lunamusic.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}