Information about plays

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

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

{
    "id": 2677957,
    "uri": "https://api.kexp.org/v2/plays/2677957/?format=api",
    "airdate": "2019-12-25T13:27:19-08:00",
    "show": 46223,
    "show_uri": "https://api.kexp.org/v2/shows/46223/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Allergic to Christmas",
    "track_id": "be009fa3-47cb-420b-9fc5-6317fe808176",
    "recording_id": null,
    "artist": "Mud On My Bra",
    "artist_ids": [
        "9e4b0e2b-fc27-416a-8313-1c791135d787"
    ],
    "album": "Allergic to Christmas",
    "release_id": "591bb21b-30d6-44e7-a091-bc9000392e82",
    "release_group_id": null,
    "labels": [
        "Den Tapes"
    ],
    "label_ids": [
        "f295a646-1c25-4dc1-9a67-40828b4091d1"
    ],
    "release_date": "2018-12-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}