Information about plays

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

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

{
    "id": 348645,
    "uri": "https://api.kexp.org/v2/plays/348645/?format=api",
    "airdate": "2019-07-01T13:29:22-07:00",
    "show": 5811,
    "show_uri": "https://api.kexp.org/v2/shows/5811/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "After the Afterlife",
    "track_id": "7a4920d8-275c-3f58-86dc-49406c220d97",
    "recording_id": null,
    "artist": "Chad VanGaalen",
    "artist_ids": [
        "d5c5c11b-153d-4f28-9525-db5ec1bfe0ad"
    ],
    "album": "Infiniheart",
    "release_id": "d5245ef0-6bd3-4fed-bc09-94d95db33c22",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2005-08-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Calgary, AB. Check out Live Video from Chad VanGaalen's 2017 KEXP In-Studio: https://bit.ly/2JGg2do.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}