Information about plays

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

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

{
    "id": 352384,
    "uri": "https://api.kexp.org/v2/plays/352384/?format=api",
    "airdate": "2019-07-10T02:10:58-07:00",
    "show": 5873,
    "show_uri": "https://api.kexp.org/v2/shows/5873/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "UR Paranoid",
    "track_id": "339705d0-45e5-4968-ac31-13cb23382182",
    "recording_id": null,
    "artist": "!!!",
    "artist_ids": [
        "f26c72d3-e52c-467b-b651-679c73d8e1a7"
    ],
    "album": "UR Paranoid / Off the Grid",
    "release_id": "c40c151b-fed5-4dab-8bd1-2e36a54c5898",
    "release_group_id": null,
    "labels": [
        "Warp"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2019-05-30",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New music video: https://www.youtube.com/watch?v=5Ie1Sin-kDM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}