Information about plays

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

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

{
    "id": 347305,
    "uri": "https://api.kexp.org/v2/plays/347305/?format=api",
    "airdate": "2019-06-28T05:53:00-07:00",
    "show": 5783,
    "show_uri": "https://api.kexp.org/v2/shows/5783/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Girl",
    "track_id": "4335363e-300c-4054-99f8-a4c47e44ed92",
    "recording_id": null,
    "artist": "The Internet",
    "artist_ids": [
        "45804465-4271-4e6a-b881-ce668ef09530"
    ],
    "album": "Ego Death",
    "release_id": "2ca3e849-17ce-48e0-8ad5-e5c16dc91f00",
    "release_group_id": null,
    "labels": [
        "Odd Future Records"
    ],
    "label_ids": [],
    "release_date": "2015-06-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch the official video for \"Girl\" (featuring Kaytranada):  https://www.youtube.com/watch?v=zmY8mG4_3j4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}