Information about plays

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

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

{
    "id": 376051,
    "uri": "https://api.kexp.org/v2/plays/376051/?format=api",
    "airdate": "2019-09-03T14:56:41-07:00",
    "show": 6262,
    "show_uri": "https://api.kexp.org/v2/shows/6262/?format=api",
    "image_uri": "http://coverartarchive.org/release/83efe2a2-f6c7-379b-942f-dfa409463014/17153879747-250.jpg",
    "thumbnail_uri": "",
    "song": "Disorder",
    "track_id": "9cbb3efa-02e9-38e4-b198-8273f1333063",
    "recording_id": null,
    "artist": "Joy Division",
    "artist_ids": [
        "9a58fda3-f4ed-4080-a3a5-f457aac9fcdd"
    ],
    "album": "Unknown Pleasures",
    "release_id": "83efe2a2-f6c7-379b-942f-dfa409463014",
    "release_group_id": null,
    "labels": [
        "Qwest Records"
    ],
    "label_ids": [
        "279669fd-fcd3-4d68-afa2-786b96e55de4"
    ],
    "release_date": "1989-03-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Despite the fact that Factory Records released no singles from Joy Division's debut, Unknown Pleasures went on to be a hugely successful and highly influential album.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}