Information about plays

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

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

{
    "id": 376771,
    "uri": "https://api.kexp.org/v2/plays/376771/?format=api",
    "airdate": "2019-09-04T23:49:00-07:00",
    "show": 6270,
    "show_uri": "https://api.kexp.org/v2/shows/6270/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Inner City Blues (Make Me Wanna Holler)",
    "track_id": "7b00f02c-7e57-40c8-a6c3-5dd326ad127a",
    "recording_id": null,
    "artist": "Marvin Gaye",
    "artist_ids": [
        "afdb7919-059d-43c1-b668-ba1d265e7e42"
    ],
    "album": "What's Going On",
    "release_id": "ae89f4d7-5b50-4b0d-9162-87dc2c912ab5",
    "release_group_id": null,
    "labels": [
        "Motown"
    ],
    "label_ids": [],
    "release_date": "1971-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}