Information about plays

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

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

{
    "id": 2676117,
    "uri": "https://api.kexp.org/v2/plays/2676117/?format=api",
    "airdate": "2019-12-20T22:59:00-08:00",
    "show": 46188,
    "show_uri": "https://api.kexp.org/v2/shows/46188/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Funky for You",
    "track_id": "a936d7e7-daab-3409-9cbd-b66cfc9213c4",
    "recording_id": null,
    "artist": "Nice & Smooth",
    "artist_ids": [
        "e0af5e8b-403c-4059-bd83-5ae037b391b7"
    ],
    "album": "Nice & Smooth",
    "release_id": "81fd9791-3283-4d02-81ac-ff9e2000573e",
    "release_group_id": null,
    "labels": [
        "Fresh Records"
    ],
    "label_ids": [
        "359cf724-2979-419d-af4c-680ca4a78c43"
    ],
    "release_date": "1989-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}