Information about plays

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

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

{
    "id": 344109,
    "uri": "https://api.kexp.org/v2/plays/344109/?format=api",
    "airdate": "2019-06-20T20:27:00-07:00",
    "show": 5733,
    "show_uri": "https://api.kexp.org/v2/shows/5733/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sonica USA",
    "track_id": "96b8c3dc-c6db-4291-93c8-f1acc065d3e7",
    "recording_id": null,
    "artist": "Alejandro Escovedo",
    "artist_ids": [],
    "album": "The Crossing",
    "release_id": "405eb77b-69f0-4c37-83ef-d33d1d587312",
    "release_group_id": null,
    "labels": [
        "Yep Roc Records"
    ],
    "label_ids": [
        "1edc2ff4-e80d-4539-8c6a-749474f7db3a"
    ],
    "release_date": "2018-09-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "this Fri. June 21st at Nectar",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}