Information about plays

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

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

{
    "id": 378125,
    "uri": "https://api.kexp.org/v2/plays/378125/?format=api",
    "airdate": "2019-09-07T23:15:00-07:00",
    "show": 6293,
    "show_uri": "https://api.kexp.org/v2/shows/6293/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "C'30, C'60, C'90 Go",
    "track_id": "cbb7b40e-d6b3-3890-95aa-458032488fc1",
    "recording_id": null,
    "artist": "Bow Wow Wow",
    "artist_ids": [
        "2a81f398-647b-4580-b24c-d78b3103a27b"
    ],
    "album": "C'30, C'60, C'90 Go",
    "release_id": "b2a89c2f-8112-47c1-99ca-84d160cee748",
    "release_group_id": null,
    "labels": [
        "EMI"
    ],
    "label_ids": [],
    "release_date": "1980-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Vocalist Annabella Lwin was 13 when the band was founded.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}