Information about plays

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

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

{
    "id": 465445,
    "uri": "https://api.kexp.org/v2/plays/465445/?format=api",
    "airdate": "2001-09-12T11:44:00-07:00",
    "show": 7912,
    "show_uri": "https://api.kexp.org/v2/shows/7912/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Silo",
    "track_id": "3730468c-b930-4854-bd94-2cd3de3f65a5",
    "recording_id": null,
    "artist": "Scud Mountain Boys",
    "artist_ids": [
        "f74af4df-67c0-407d-996e-a4fa4e7feeb2"
    ],
    "album": "Dance the Night Away",
    "release_id": "f118bb1a-4631-4deb-bd7b-a5b7752581c0",
    "release_group_id": null,
    "labels": [
        "Chunk Records"
    ],
    "label_ids": [
        "9e3ed27c-5ae3-4fdd-b677-e6f19148761e"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}