Information about plays

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

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

{
    "id": 346094,
    "uri": "https://api.kexp.org/v2/plays/346094/?format=api",
    "airdate": "2019-06-25T18:44:00-07:00",
    "show": 5770,
    "show_uri": "https://api.kexp.org/v2/shows/5770/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Everybody Loves the Sunshine",
    "track_id": null,
    "recording_id": null,
    "artist": "Seu Jorge",
    "artist_ids": [
        "c73d651d-87c9-4c5e-8abb-4ec9c4077241"
    ],
    "album": "Seu Jorge and Almaz",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "EMI"
    ],
    "label_ids": [],
    "release_date": "2010-07-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brazilian singer and actor Seu Jorge performing David Bowie's \"Changes\" live in the KEXP studio. Recorded November 21, 2016 https://www.youtube.com/watch?v=TpQ5R3ftRGI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}