Information about plays

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

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

{
    "id": 2676632,
    "uri": "https://api.kexp.org/v2/plays/2676632/?format=api",
    "airdate": "2019-12-22T04:48:00-08:00",
    "show": 46199,
    "show_uri": "https://api.kexp.org/v2/shows/46199/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Amherst Station 3",
    "track_id": "809a74f9-59b2-4f8b-a3a3-91acdd14e476",
    "recording_id": null,
    "artist": "Westside Gunn",
    "artist_ids": [
        "9f42ba3d-3cfc-499c-ba16-7226f56b622f"
    ],
    "album": "Flygod Is an Awesome God",
    "release_id": "9e97d606-f272-413d-ae25-f08bb713dde3",
    "release_group_id": null,
    "labels": [
        "Griselda Records"
    ],
    "label_ids": [],
    "release_date": "2019-07-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.youtube.com/watch?v=b-4SP-ig8bM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}