Information about plays

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

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

{
    "id": 343404,
    "uri": "https://api.kexp.org/v2/plays/343404/?format=api",
    "airdate": "2019-06-19T09:56:17-07:00",
    "show": 5724,
    "show_uri": "https://api.kexp.org/v2/shows/5724/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Beautiful Day",
    "track_id": "3c14b5e2-7749-3f6c-8a6e-47bfa859cda1",
    "recording_id": null,
    "artist": "U2",
    "artist_ids": [
        "a3cb23fc-acd3-4ce0-8f36-1e5aa6a18432"
    ],
    "album": "All That You Can’t Leave Behind",
    "release_id": "037d66f7-a5d7-3f09-b5d2-7eca3901bdc2",
    "release_group_id": null,
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2000-10-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hope you have a beautiful day!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}