Information about plays

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

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

{
    "id": 368604,
    "uri": "https://api.kexp.org/v2/plays/368604/?format=api",
    "airdate": "2019-08-17T06:52:00-07:00",
    "show": 6141,
    "show_uri": "https://api.kexp.org/v2/shows/6141/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Coming of Age",
    "track_id": "ed97e251-a2db-4ccf-aa13-87dec340316d",
    "recording_id": null,
    "artist": "Foster the People",
    "artist_ids": [
        "e0e1a584-dd0a-4bd1-88d1-c4c62895039d"
    ],
    "album": "Supermodel",
    "release_id": "d4590237-a844-4834-99e3-4029f40a460d",
    "release_group_id": null,
    "labels": [
        "StarTime International"
    ],
    "label_ids": [
        "27609a48-18b0-4e14-a2c5-0b578c78f1ac"
    ],
    "release_date": "2014-03-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}