Information about plays

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

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

{
    "id": 381423,
    "uri": "https://api.kexp.org/v2/plays/381423/?format=api",
    "airdate": "2019-09-16T01:40:00-07:00",
    "show": 6350,
    "show_uri": "https://api.kexp.org/v2/shows/6350/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Clockwise",
    "track_id": "fe03af5d-8225-464a-b444-a1f8db099a61",
    "recording_id": null,
    "artist": "Anna Webber",
    "artist_ids": [
        "1d483e05-2769-46f9-a614-28682d0c7ebd"
    ],
    "album": "Clockwise",
    "release_id": "bf2cca73-3103-4781-bd3c-09bb0673c1c4",
    "release_group_id": null,
    "labels": [
        "Pi Recordings"
    ],
    "label_ids": [
        "78862eb8-4ad1-4a6e-85f5-8f4d13cc6905"
    ],
    "release_date": "2019-02-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}