Information about plays

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

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

{
    "id": 380561,
    "uri": "https://api.kexp.org/v2/plays/380561/?format=api",
    "airdate": "2019-09-13T22:12:00-07:00",
    "show": 6333,
    "show_uri": "https://api.kexp.org/v2/shows/6333/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ching Ching",
    "track_id": "a95bf123-8707-3a8f-be1c-5b996a1e8b87",
    "recording_id": null,
    "artist": "Ms. Jade",
    "artist_ids": [],
    "album": "Girl Interrupted",
    "release_id": "a05c30e7-e466-4afa-bdb5-677e98fd772e",
    "release_group_id": null,
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [],
    "release_date": "2002-11-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}