Information about plays

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

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

{
    "id": 369344,
    "uri": "https://api.kexp.org/v2/plays/369344/?format=api",
    "airdate": "2019-08-19T05:35:44-07:00",
    "show": 6158,
    "show_uri": "https://api.kexp.org/v2/shows/6158/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Echo Arms",
    "track_id": "03140925-eb46-421d-9716-45a862c3f1ef",
    "recording_id": null,
    "artist": "Mr Twin Sister",
    "artist_ids": [
        "04b3a7ac-865b-41be-88bb-a49cb8bb568b"
    ],
    "album": "Echo Arms",
    "release_id": "2bc62aaf-e027-4e27-abee-358c599f6507",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2018-07-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}