Information about plays

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

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

{
    "id": 349187,
    "uri": "https://api.kexp.org/v2/plays/349187/?format=api",
    "airdate": "2019-07-02T18:28:00-07:00",
    "show": 5819,
    "show_uri": "https://api.kexp.org/v2/shows/5819/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Grandeza",
    "track_id": null,
    "recording_id": null,
    "artist": "Sessa",
    "artist_ids": [
        "3d26dc63-1894-4adc-a3f0-9f862221ad2c"
    ],
    "album": "Grandeza",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Tratore"
    ],
    "label_ids": [
        "a1940188-5651-4c93-a877-d8effc96f5b1"
    ],
    "release_date": "2019-06-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "São Paulo, Brazil. Grandeza is an album about the natural gesture of love and the softness of the human body. It’s also about love for Brazilian music and its many shapes and colors.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}