Information about plays

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

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

{
    "id": 345389,
    "uri": "https://api.kexp.org/v2/plays/345389/?format=api",
    "airdate": "2019-06-24T03:01:30-07:00",
    "show": 5760,
    "show_uri": "https://api.kexp.org/v2/shows/5760/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dancing in the Dark",
    "track_id": "4a8729ab-4748-4e3a-82d4-ef210f91abb8",
    "recording_id": null,
    "artist": "Downtown Boys",
    "artist_ids": [
        "4bab4841-5584-4c04-a933-3f537fbe3aad"
    ],
    "album": "Full Communism",
    "release_id": "4438fdcf-8c0e-4164-aaf7-d1364fe6f298",
    "release_group_id": null,
    "labels": [
        "Don Giovanni Records"
    ],
    "label_ids": [
        "dcea8cc5-4fc4-4f77-aeef-3e5a14863776"
    ],
    "release_date": "2015-05-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}