Information about plays

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

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

{
    "id": 380505,
    "uri": "https://api.kexp.org/v2/plays/380505/?format=api",
    "airdate": "2019-09-13T19:11:00-07:00",
    "show": 6332,
    "show_uri": "https://api.kexp.org/v2/shows/6332/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love on the Line",
    "track_id": null,
    "recording_id": null,
    "artist": "KORMAK.",
    "artist_ids": [
        "d3600028-8964-4e93-b8c7-f2e72208a089"
    ],
    "album": "Love on the Line",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "DFTD"
    ],
    "label_ids": [
        "5916ad6b-8f22-48dc-94c4-d59da28a93a9"
    ],
    "release_date": "2018-11-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Deep House track from UK DJ and producer Kormak.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}