Information about plays

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

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

{
    "id": 349202,
    "uri": "https://api.kexp.org/v2/plays/349202/?format=api",
    "airdate": "2019-07-02T19:24:00-07:00",
    "show": 5819,
    "show_uri": "https://api.kexp.org/v2/shows/5819/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Djorolen (Oumou Sangare Re-Version)",
    "track_id": "c74acdc0-74b6-41f9-a100-b0bdea0e2d5a",
    "recording_id": null,
    "artist": "Paax",
    "artist_ids": [
        "82a8302f-f55a-4100-930d-a7bf4575b602"
    ],
    "album": "Sera El Sol",
    "release_id": "13d25fed-ac9c-42d9-a719-0298bb24314c",
    "release_group_id": null,
    "labels": [
        "Lump Records"
    ],
    "label_ids": [],
    "release_date": "2018-10-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Paax a very promising group of musicians called ‘PAAX’. The trio is a project born in Tulum that flows through the energetic Mexican land into the world creating music from the soul. https://soundcloud.com/paaxtulum",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}