Information about plays

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

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

{
    "id": 380403,
    "uri": "https://api.kexp.org/v2/plays/380403/?format=api",
    "airdate": "2019-09-13T12:46:00-07:00",
    "show": 6330,
    "show_uri": "https://api.kexp.org/v2/shows/6330/?format=api",
    "image_uri": "http://coverartarchive.org/release/55af8664-2b7f-4ee2-93b7-78309873999e/16462088273-250.jpg",
    "thumbnail_uri": "",
    "song": "Ruby",
    "track_id": "745aa468-ec78-49cf-9d93-6d6b80c7b9ce",
    "recording_id": null,
    "artist": "Charly Bliss",
    "artist_ids": [
        "6069d86f-ca46-48a5-bb34-77d21f6e3d0a"
    ],
    "album": "Guppy",
    "release_id": "55af8664-2b7f-4ee2-93b7-78309873999e",
    "release_group_id": null,
    "labels": [
        "Barsuk Records"
    ],
    "label_ids": [
        "a4f904e0-f048-4c13-88ec-f9f31f3e6109"
    ],
    "release_date": "2017-04-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}