Information about plays

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

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

{
    "id": 351079,
    "uri": "https://api.kexp.org/v2/plays/351079/?format=api",
    "airdate": "2019-07-07T00:36:58-07:00",
    "show": 5850,
    "show_uri": "https://api.kexp.org/v2/shows/5850/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cum On Feel the Noize",
    "track_id": "1e0e58b5-99cd-3c79-9a8e-79ad45c3eeb4",
    "recording_id": null,
    "artist": "Slade",
    "artist_ids": [
        "2e700147-56a3-416b-a95d-381ea42f947f"
    ],
    "album": "Cum On Feel the Noize",
    "release_id": "06cc7c38-1b51-4602-9e1a-e48747b88b0f",
    "release_group_id": null,
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1973-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}