Information about plays

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

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

{
    "id": 345263,
    "uri": "https://api.kexp.org/v2/plays/345263/?format=api",
    "airdate": "2019-06-23T18:54:00-07:00",
    "show": 5757,
    "show_uri": "https://api.kexp.org/v2/shows/5757/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Whiteface",
    "track_id": "3590f077-74f9-4cb5-b42a-f48226b06d77",
    "recording_id": null,
    "artist": "Bambu",
    "artist_ids": [
        "ca13fd8b-c86a-4a09-90a2-408fc1d7f9f1"
    ],
    "album": "Prey for the Devil",
    "release_id": "c5650805-834c-4c19-9e63-a8f1c5481bd8",
    "release_group_id": null,
    "labels": [
        "Beatrock Music"
    ],
    "label_ids": [],
    "release_date": "2016-09-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}