Information about plays

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

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

{
    "id": 355711,
    "uri": "https://api.kexp.org/v2/plays/355711/?format=api",
    "airdate": "2019-07-17T19:54:22-07:00",
    "show": 5927,
    "show_uri": "https://api.kexp.org/v2/shows/5927/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Faith In Love",
    "track_id": null,
    "recording_id": null,
    "artist": "The Lostines",
    "artist_ids": [],
    "album": "The Lostines EP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Mashed Potato Records"
    ],
    "label_ids": [],
    "release_date": "2018-09-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out of New Orleans ; this song live: https://www.youtube.com/watch?v=AOdLc0EGVNc ; https://thelostines.bandcamp.com ; https://www.facebook.com/thelostines",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}