Information about plays

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

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

{
    "id": 343350,
    "uri": "https://api.kexp.org/v2/plays/343350/?format=api",
    "airdate": "2019-06-19T07:11:29-07:00",
    "show": 5724,
    "show_uri": "https://api.kexp.org/v2/shows/5724/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Is She Really Going Out With Him?",
    "track_id": "9443761d-ee1b-3a92-8d92-398ef52bcb07",
    "recording_id": null,
    "artist": "Joe Jackson",
    "artist_ids": [
        "07f6d469-38f3-46da-9cfa-2f532422b84e"
    ],
    "album": "Look Sharp!",
    "release_id": "b7696547-631c-479f-9d6e-5ab6baa8d515",
    "release_group_id": null,
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "2001-08-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Look over there! (Where?)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}