Information about plays

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

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

{
    "id": 513993,
    "uri": "https://api.kexp.org/v2/plays/513993/?format=api",
    "airdate": "2002-02-03T23:20:00-08:00",
    "show": 8863,
    "show_uri": "https://api.kexp.org/v2/shows/8863/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Do It",
    "track_id": null,
    "recording_id": null,
    "artist": "Atomic Death",
    "artist_ids": [
        "a0c969fd-462f-43b3-9294-b1e7f15b8c93"
    ],
    "album": "Demo",
    "release_id": "d713476d-579a-4259-ae5f-d35ce14a379d",
    "release_group_id": null,
    "labels": [
        "none"
    ],
    "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"
}