Information about plays

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

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

{
    "id": 381784,
    "uri": "https://api.kexp.org/v2/plays/381784/?format=api",
    "airdate": "2019-09-17T01:23:32-07:00",
    "show": 6357,
    "show_uri": "https://api.kexp.org/v2/shows/6357/?format=api",
    "image_uri": "http://coverartarchive.org/release/90f0eef9-9d9d-4d16-b4c7-f5c623fa7977/23070198897-250.jpg",
    "thumbnail_uri": "",
    "song": "Ñe Ñe Ñé",
    "track_id": "6f426ac4-517a-41e8-9ac6-a8a1f7016faf",
    "recording_id": null,
    "artist": "iLe",
    "artist_ids": [
        "25e7697d-24cb-4cba-904e-a90b53cc3004"
    ],
    "album": "Almadura",
    "release_id": "90f0eef9-9d9d-4d16-b4c7-f5c623fa7977",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-05-10",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "ILE released 'Afilando Los Cuchillos,' a song with Residente and Bad Bunny that reflected the spirit of the social movement in Puerto Rico. Read more about that here: https://n.pr/2K7Q6t9",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}