Information about plays

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

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

{
    "id": 369601,
    "uri": "https://api.kexp.org/v2/plays/369601/?format=api",
    "airdate": "2019-08-19T21:04:00-07:00",
    "show": 6163,
    "show_uri": "https://api.kexp.org/v2/shows/6163/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Genius of Love",
    "track_id": "b1f6a087-f812-39af-8cdf-52ca85764124",
    "recording_id": null,
    "artist": "Tom Tom Club",
    "artist_ids": [
        "3dc66525-d359-406d-9cdf-cdd3a7de289c"
    ],
    "album": "Tom Tom Club",
    "release_id": "2de22aea-75ff-4752-9537-6a64eeca6b42",
    "release_group_id": null,
    "labels": [
        "Universal Island Records"
    ],
    "label_ids": [
        "c9df30c6-3a4f-49c1-ad50-53f6a67672da"
    ],
    "release_date": "1981-10-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}