Information about plays

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

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

{
    "id": 461907,
    "uri": "https://api.kexp.org/v2/plays/461907/?format=api",
    "airdate": "2001-09-01T17:51:00-07:00",
    "show": 7840,
    "show_uri": "https://api.kexp.org/v2/shows/7840/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Answerman",
    "track_id": "7ffba19d-5e2d-4134-bc31-fbea157d6aed",
    "recording_id": null,
    "artist": "Tsunami",
    "artist_ids": [
        "fea43e99-c4d5-4dac-9c27-868e864c6dc2"
    ],
    "album": "World Tour and Other Destinations",
    "release_id": "fec93586-d0be-4334-8557-422d52454368",
    "release_group_id": null,
    "labels": [
        "Simple Machines"
    ],
    "label_ids": [
        "07125e84-d30f-4cce-b013-ec3b463f7eda"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}