Information about plays

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

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

{
    "id": 370603,
    "uri": "https://api.kexp.org/v2/plays/370603/?format=api",
    "airdate": "2019-08-21T23:16:00-07:00",
    "show": 6175,
    "show_uri": "https://api.kexp.org/v2/shows/6175/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Come Home",
    "track_id": "b26845ea-35f5-4de0-a498-44e99e479cc4",
    "recording_id": null,
    "artist": "Anderson .Paak",
    "artist_ids": [],
    "album": "Ventura",
    "release_id": "57269711-d999-48ac-95be-5ee5279e8223",
    "release_group_id": null,
    "labels": [
        "12Tone Music"
    ],
    "label_ids": [
        "8db11e29-316d-491c-a03e-75fca4f5640d"
    ],
    "release_date": "2019-04-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Feat. Andre 3000",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}