Information about plays

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

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

{
    "id": 2676056,
    "uri": "https://api.kexp.org/v2/plays/2676056/?format=api",
    "airdate": "2019-12-20T19:10:00-08:00",
    "show": 46187,
    "show_uri": "https://api.kexp.org/v2/shows/46187/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Number Song (Cut Chemist Party mix)",
    "track_id": "e7fe4c74-7d75-4c26-bba7-ab9f930eac4f",
    "recording_id": null,
    "artist": "DJ Shadow",
    "artist_ids": [
        "efa2c11a-1a35-4b60-bc1b-66d37de88511"
    ],
    "album": "Endtroducing.....",
    "release_id": "91644ba9-19f6-48ec-9b8f-9e7a969b652a",
    "release_group_id": null,
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2005-06-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Request sent to dj@kexp.org for some old school DJ Shadow.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}