Information about plays

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

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

{
    "id": 2683044,
    "uri": "https://api.kexp.org/v2/plays/2683044/?format=api",
    "airdate": "2020-01-07T00:30:48-08:00",
    "show": 46310,
    "show_uri": "https://api.kexp.org/v2/shows/46310/?format=api",
    "image_uri": "https://coverartarchive.org/release/e15da61b-e8fc-4e44-b909-eb73ffab2dd2/24406423603-250.jpg",
    "thumbnail_uri": "",
    "song": "DHL",
    "track_id": "cdf91e64-6e44-4239-becf-04ed2ba997c0",
    "recording_id": null,
    "artist": "Frank Ocean",
    "artist_ids": [
        "e520459c-dff4-491d-a6e4-c97be35e0044"
    ],
    "album": "DHL",
    "release_id": "e15da61b-e8fc-4e44-b909-eb73ffab2dd2",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-10-20",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}