Information about plays

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

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

{
    "id": 343688,
    "uri": "https://api.kexp.org/v2/plays/343688/?format=api",
    "airdate": "2019-06-20T00:45:00-07:00",
    "show": 5728,
    "show_uri": "https://api.kexp.org/v2/shows/5728/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The World",
    "track_id": "69f28c45-282d-4538-983b-c3b6592c0c7c",
    "recording_id": null,
    "artist": "Tunde Olaniran",
    "artist_ids": [
        "eb5d53bf-3f02-4333-8191-813f52cd8682"
    ],
    "album": "Stranger",
    "release_id": "14ab5f1c-6bf2-454c-8aee-58acbcdd4f14",
    "release_group_id": null,
    "labels": [
        "Magic Wheel"
    ],
    "label_ids": [],
    "release_date": "2018-10-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}