Information about plays

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

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

{
    "id": 2677989,
    "uri": "https://api.kexp.org/v2/plays/2677989/?format=api",
    "airdate": "2019-12-25T15:00:40-08:00",
    "show": 46223,
    "show_uri": "https://api.kexp.org/v2/shows/46223/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rain, Sleet, Snow",
    "track_id": "748ce65a-c0f9-31ab-9664-0ff65eed10b4",
    "recording_id": null,
    "artist": "Paul Revere and The Raiders",
    "artist_ids": [
        "7f6c83a6-f048-4895-99a1-94caf32a47ef"
    ],
    "album": "A Christmas Present... And Past",
    "release_id": "b5f1e13b-af45-4ab5-9db8-96ac3e56f88b",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1967-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}