Information about plays

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

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

{
    "id": 355706,
    "uri": "https://api.kexp.org/v2/plays/355706/?format=api",
    "airdate": "2019-07-17T19:36:30-07:00",
    "show": 5927,
    "show_uri": "https://api.kexp.org/v2/shows/5927/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sand and Stone",
    "track_id": "15cd607c-b97a-4df6-9704-c9ccb0b8236e",
    "recording_id": null,
    "artist": "Dylan LeBlanc",
    "artist_ids": [
        "df6721f1-5c56-43c8-b212-50d701ad09d3"
    ],
    "album": "Renegade",
    "release_id": "d423068d-8507-45d5-8544-85e408f31af9",
    "release_group_id": null,
    "labels": [
        "ATO"
    ],
    "label_ids": [],
    "release_date": "2019-06-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Wed 7/24 @ Tractor ; this song live: https://www.youtube.com/watch?v=M7fT061QHpI ; http://www.dylanleblanc.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}