Information about plays

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

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

{
    "id": 368886,
    "uri": "https://api.kexp.org/v2/plays/368886/?format=api",
    "airdate": "2019-08-17T23:29:00-07:00",
    "show": 6148,
    "show_uri": "https://api.kexp.org/v2/shows/6148/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Idle Threats",
    "track_id": "7d5bfb07-83cc-3979-9890-c204cfe706ba",
    "recording_id": null,
    "artist": "A Global Threat",
    "artist_ids": [
        "c073f75f-e99b-4584-b954-d5488d87b970"
    ],
    "album": "What the Fuck Will Change?",
    "release_id": "7e8a8504-c7a4-4b87-b20c-8a02e19d97e4",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}