Information about plays

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

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

{
    "id": 378483,
    "uri": "https://api.kexp.org/v2/plays/378483/?format=api",
    "airdate": "2019-09-08T21:00:00-07:00",
    "show": 6300,
    "show_uri": "https://api.kexp.org/v2/shows/6300/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love Will Never Do (Without You) Shep's (\"Work it Out\" mix)",
    "track_id": "5b8db179-7190-411a-96f2-5b1071c0fbc4",
    "recording_id": null,
    "artist": "Janet Jackson",
    "artist_ids": [
        "6be2828f-6c0d-4059-99d4-fa18acf1a296"
    ],
    "album": "Love Will Never Do (Without You)",
    "release_id": "afef4d08-fb30-4d8d-8fff-3f60401c95e9",
    "release_group_id": null,
    "labels": [
        "A&M Records"
    ],
    "label_ids": [],
    "release_date": "1990-11-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}