Information about plays

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

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

{
    "id": 375645,
    "uri": "https://api.kexp.org/v2/plays/375645/?format=api",
    "airdate": "2019-09-02T14:46:00-07:00",
    "show": 6256,
    "show_uri": "https://api.kexp.org/v2/shows/6256/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Want Candy",
    "track_id": "17802477-85ca-3bd3-8107-e80a5f5cdaec",
    "recording_id": null,
    "artist": "Bow Wow Wow",
    "artist_ids": [
        "2a81f398-647b-4580-b24c-d78b3103a27b"
    ],
    "album": "The Last of the Mohicans",
    "release_id": "4fa13c7d-b25e-4860-8ed5-13c056de6fb4",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [],
    "release_date": "1982-05-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New wave band featuring Annabella Lwin and members of Adam and the Ants.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}