Information about plays

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

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

{
    "id": 1361838,
    "uri": "https://api.kexp.org/v2/plays/1361838/?format=api",
    "airdate": "2008-04-13T22:30:00-07:00",
    "show": 23781,
    "show_uri": "https://api.kexp.org/v2/shows/23781/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Grace (Stressapella)",
    "track_id": "8f7cae94-d455-42b9-988d-0ef1d934f1f3",
    "recording_id": null,
    "artist": "Louderbach",
    "artist_ids": [
        "437d458b-fb18-4332-81b9-2ed5da973dfb"
    ],
    "album": "Enemy Love",
    "release_id": "8778e85a-2a75-465c-aefe-12b62915ba71",
    "release_group_id": null,
    "labels": [
        "Underline"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}