Information about plays

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

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

{
    "id": 444163,
    "uri": "https://api.kexp.org/v2/plays/444163/?format=api",
    "airdate": "2001-07-12T00:11:15-07:00",
    "show": 7496,
    "show_uri": "https://api.kexp.org/v2/shows/7496/?format=api",
    "image_uri": "http://services.kexp.org/resources/images/releases/12230",
    "thumbnail_uri": "http://services.kexp.org/resources/images/releases/12231",
    "song": "Precious Metals (Feat. Ghetto Concept)",
    "track_id": "f93ee383-f1bb-465e-a2b7-fd92031203e3",
    "recording_id": null,
    "artist": "Da Grassroots",
    "artist_ids": [
        "f989a653-c7da-4217-9fd2-28cfcfcfcee1"
    ],
    "album": "Passage Through Time",
    "release_id": "b9bc9223-f8c3-4560-b205-60485dbabe0c",
    "release_group_id": null,
    "labels": [
        "Conception Records"
    ],
    "label_ids": [
        "06ce3777-82ad-4919-8472-37d4241427ac"
    ],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}