Information about plays

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

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

{
    "id": 352065,
    "uri": "https://api.kexp.org/v2/plays/352065/?format=api",
    "airdate": "2019-07-09T10:25:20-07:00",
    "show": 5868,
    "show_uri": "https://api.kexp.org/v2/shows/5868/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nunca es Tarde",
    "track_id": "e62a76ac-3793-4de9-96b4-b3c650f09607",
    "recording_id": null,
    "artist": "The Guadaloops",
    "artist_ids": [
        "f43eef81-2c7e-497f-87ee-6faf5c257634"
    ],
    "album": "Nunca es Tarde",
    "release_id": "07c46740-e925-4173-a027-011e05069f65",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2016-03-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out Mexican band The Guadaloops performing LIVE on KEXP in Mexico City https://www.youtube.com/watch?v=xX0Jn2RnJ2E",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}