Information about plays

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

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

{
    "id": 368880,
    "uri": "https://api.kexp.org/v2/plays/368880/?format=api",
    "airdate": "2019-08-17T23:12:00-07:00",
    "show": 6148,
    "show_uri": "https://api.kexp.org/v2/shows/6148/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You Beat the Hell Outta Me",
    "track_id": "46120eec-fa41-3ccb-a3b8-f861871874ba",
    "recording_id": null,
    "artist": "The Motors",
    "artist_ids": [
        "49fc3118-6bee-4e93-a089-be3d66450eeb"
    ],
    "album": "Approved by the Motors",
    "release_id": "6c25cdda-6298-44fb-abfc-3e98668dbd0e",
    "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": "London, England",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}