Information about plays

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

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

{
    "id": 502985,
    "uri": "https://api.kexp.org/v2/plays/502985/?format=api",
    "airdate": "2002-01-02T16:21:00-08:00",
    "show": 8644,
    "show_uri": "https://api.kexp.org/v2/shows/8644/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Another Day Passes",
    "track_id": "69aa077e-3e48-4eef-90b3-cb9284bc6b49",
    "recording_id": null,
    "artist": "White Hassle",
    "artist_ids": [
        "789b6f63-9c84-4059-9c92-5da00ed4df56"
    ],
    "album": "National Chain",
    "release_id": "00b4b238-c735-452a-b845-fcf2cf262cc0",
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}