Information about plays

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

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

{
    "id": 379583,
    "uri": "https://api.kexp.org/v2/plays/379583/?format=api",
    "airdate": "2019-09-11T14:29:43-07:00",
    "show": 6319,
    "show_uri": "https://api.kexp.org/v2/shows/6319/?format=api",
    "image_uri": "http://coverartarchive.org/release/a75b5a2a-4034-41db-9182-e598cc90f152/19774339314-250.jpg",
    "thumbnail_uri": "",
    "song": "Work",
    "track_id": "636c73b7-fdc8-4123-9888-4367d4cdced8",
    "recording_id": null,
    "artist": "Gang Starr",
    "artist_ids": [
        "9ef8042a-2528-4f5c-b7c1-5e72b1efe170"
    ],
    "album": "Moment of Truth",
    "release_id": "a75b5a2a-4034-41db-9182-e598cc90f152",
    "release_group_id": null,
    "labels": [
        "Noo Trybe Records"
    ],
    "label_ids": [
        "199e81ae-828e-45ce-8e67-44580143dda7"
    ],
    "release_date": "1998-03-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Gang Starr released six records between 1989 and 2003. Take a deeper look into those albums and their creative process: https://bit.ly/2ksRFJD",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}