Information about plays

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

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

{
    "id": 2678864,
    "uri": "https://api.kexp.org/v2/plays/2678864/?format=api",
    "airdate": "2019-12-27T18:45:00-08:00",
    "show": 46235,
    "show_uri": "https://api.kexp.org/v2/shows/46235/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Santa María (del buen ayre)",
    "track_id": "12b325fe-6458-3fb2-b8a4-591926b189c3",
    "recording_id": null,
    "artist": "Gotan Project",
    "artist_ids": [
        "66cc244d-6f96-4668-a6e9-0f9cd5acc940"
    ],
    "album": "La Revancha del Tango",
    "release_id": "13c66980-0190-3fc0-a79f-82362a5df856",
    "release_group_id": null,
    "labels": [
        "¡Ya Basta! Records"
    ],
    "label_ids": [],
    "release_date": "2001-11-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Paris-based band with members from France, Argentina and more. http://www.gotanproject.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}