Information about plays

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

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

{
    "id": 349543,
    "uri": "https://api.kexp.org/v2/plays/349543/?format=api",
    "airdate": "2019-07-03T10:44:22-07:00",
    "show": 5823,
    "show_uri": "https://api.kexp.org/v2/shows/5823/?format=api",
    "image_uri": "http://coverartarchive.org/release/2f10b5af-3944-4792-8027-05a194477caa/21363772226-250.jpg",
    "thumbnail_uri": "",
    "song": "10 Mile Stereo",
    "track_id": "2e172e7a-d41c-3835-9ee0-8309e8783727",
    "recording_id": null,
    "artist": "Beach House",
    "artist_ids": [
        "d5cc67b8-1cc4-453b-96e8-44487acdebea"
    ],
    "album": "Teen Dream",
    "release_id": "2f10b5af-3944-4792-8027-05a194477caa",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2010-01-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}