Information about plays

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

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

{
    "id": 2682913,
    "uri": "https://api.kexp.org/v2/plays/2682913/?format=api",
    "airdate": "2020-01-06T16:29:00-08:00",
    "show": 46308,
    "show_uri": "https://api.kexp.org/v2/shows/46308/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Undone (The Sweater Song)",
    "track_id": null,
    "recording_id": null,
    "artist": "Jenn Champion",
    "artist_ids": [
        "47553783-12bd-4f2c-999c-d5743be93668"
    ],
    "album": "Weezer (Blue Album)",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Turntable Kitchen"
    ],
    "label_ids": [],
    "release_date": "2019-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Weezerrrrr coverrrr!!!! You know what to do, check out the original: https://www.youtube.com/watch?v=LHQqqM5sr7g",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}